From 69679eed12e9d535f782004382ad09c7323a4462 Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 3 Mar 2013 01:03:33 +0000 Subject: [PATCH] Move */include/editor/eobject.h -> common/include/editor/eobject.h --- .../include/editor/eobject.h | 0 d2x-rebirth/include/editor/eobject.h | 34 ------------------- 2 files changed, 34 deletions(-) rename {d1x-rebirth => common}/include/editor/eobject.h (100%) delete mode 100644 d2x-rebirth/include/editor/eobject.h diff --git a/d1x-rebirth/include/editor/eobject.h b/common/include/editor/eobject.h similarity index 100% rename from d1x-rebirth/include/editor/eobject.h rename to common/include/editor/eobject.h diff --git a/d2x-rebirth/include/editor/eobject.h b/d2x-rebirth/include/editor/eobject.h deleted file mode 100644 index e4be8f2aa..000000000 --- a/d2x-rebirth/include/editor/eobject.h +++ /dev/null @@ -1,34 +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 eobject.c - * - */ - -#ifndef _EOBJECT_H -#define _EOBJECT_H - -int ObjectSelectNextInMine(void); -int ObjectSelectPrevInMine(void); - -int ObjectDecreaseBankBig(); -int ObjectIncreaseBankBig(); -int ObjectDecreasePitchBig(); -int ObjectIncreasePitchBig(); -int ObjectDecreaseHeadingBig(); -int ObjectIncreaseHeadingBig(); -int ObjectFlipObject(); - -#endif