From 5fbeb7c27b80e3d2e39632e1f12a1187e1201ba8 Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 3 Mar 2013 01:03:33 +0000 Subject: [PATCH] Move */include/editor/info.h -> common/include/editor/info.h --- {d1x-rebirth => common}/include/editor/info.h | 0 d2x-rebirth/include/editor/info.h | 29 ------------------- 2 files changed, 29 deletions(-) rename {d1x-rebirth => common}/include/editor/info.h (100%) delete mode 100644 d2x-rebirth/include/editor/info.h diff --git a/d1x-rebirth/include/editor/info.h b/common/include/editor/info.h similarity index 100% rename from d1x-rebirth/include/editor/info.h rename to common/include/editor/info.h diff --git a/d2x-rebirth/include/editor/info.h b/d2x-rebirth/include/editor/info.h deleted file mode 100644 index d7fae596d..000000000 --- a/d2x-rebirth/include/editor/info.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 info.c - * - */ - -#ifndef _INFO_H -#define _INFO_H - -struct window; - -struct window *info_window_create(void); - -extern int init_info; - -#endif