From 4b4ff911726bf6dd7cb1e5e99db685fb0bc6b581 Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 3 Mar 2013 01:03:33 +0000 Subject: [PATCH] Move */include/editor/ehostage.h -> common/include/editor/ehostage.h --- .../include/editor/ehostage.h | 0 d2x-rebirth/include/editor/ehostage.h | 27 ------------------- 2 files changed, 27 deletions(-) rename {d1x-rebirth => common}/include/editor/ehostage.h (100%) delete mode 100644 d2x-rebirth/include/editor/ehostage.h diff --git a/d1x-rebirth/include/editor/ehostage.h b/common/include/editor/ehostage.h similarity index 100% rename from d1x-rebirth/include/editor/ehostage.h rename to common/include/editor/ehostage.h diff --git a/d2x-rebirth/include/editor/ehostage.h b/d2x-rebirth/include/editor/ehostage.h deleted file mode 100644 index 313ca19a1..000000000 --- a/d2x-rebirth/include/editor/ehostage.h +++ /dev/null @@ -1,27 +0,0 @@ -/* -THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX -SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO -END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A -ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS -IN USING, DISPLAYING, AND CREATING DERIVATIVE WORKS THEREOF, SO LONG AS -SUCH USE, DISPLAY OR CREATION IS FOR NON-COMMERCIAL, ROYALTY OR REVENUE -FREE PURPOSES. IN NO EVENT SHALL THE END-USER USE THE COMPUTER CODE -CONTAINED HEREIN FOR REVENUE-BEARING PURPOSES. THE END-USER UNDERSTANDS -AND AGREES TO THE TERMS HEREIN AND ACCEPTS THE SAME BY USE OF THIS FILE. -COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. -*/ - -/* - * - * . - * - */ - -#ifndef _EHOSTAGE_H -#define _EHOSTAGE_H - -extern int do_hostage_dialog(); -extern void hostage_close_window(); -extern void do_hostage_window(); - -#endif