From dff777bca7eb6bc8c564016d86ef41b22ef879df Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 3 Mar 2013 01:03:33 +0000 Subject: [PATCH] Move */include/editor/medrobot.h -> common/include/editor/medrobot.h --- .../include/editor/medrobot.h | 0 d2x-rebirth/include/editor/medrobot.h | 29 ------------------- 2 files changed, 29 deletions(-) rename {d1x-rebirth => common}/include/editor/medrobot.h (100%) delete mode 100644 d2x-rebirth/include/editor/medrobot.h diff --git a/d1x-rebirth/include/editor/medrobot.h b/common/include/editor/medrobot.h similarity index 100% rename from d1x-rebirth/include/editor/medrobot.h rename to common/include/editor/medrobot.h diff --git a/d2x-rebirth/include/editor/medrobot.h b/d2x-rebirth/include/editor/medrobot.h deleted file mode 100644 index e5f40f6b8..000000000 --- a/d2x-rebirth/include/editor/medrobot.h +++ /dev/null @@ -1,29 +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. -*/ - -/* - * - * Header for robot.c - * - */ - -#ifndef _MED_ROBOT_H -#define _MED_ROBOT_H - -extern void robot_close_window(); -extern void do_robot_window(); - -extern void object_close_window(); -extern void do_object_window(); - -#endif