From 004ca9780f216fd35980f3091ffe8490db0a0369 Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 3 Mar 2013 01:03:33 +0000 Subject: [PATCH] Move */main/segpoint.h -> common/main/segpoint.h --- {d2x-rebirth => common}/main/segpoint.h | 0 d1x-rebirth/main/segpoint.h | 50 ------------------------- 2 files changed, 50 deletions(-) rename {d2x-rebirth => common}/main/segpoint.h (100%) delete mode 100644 d1x-rebirth/main/segpoint.h diff --git a/d2x-rebirth/main/segpoint.h b/common/main/segpoint.h similarity index 100% rename from d2x-rebirth/main/segpoint.h rename to common/main/segpoint.h diff --git a/d1x-rebirth/main/segpoint.h b/d1x-rebirth/main/segpoint.h deleted file mode 100644 index b8b83a918..000000000 --- a/d1x-rebirth/main/segpoint.h +++ /dev/null @@ -1,50 +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. -*/ -/* - * $Source: /cvsroot/dxx-rebirth/d1x-rebirth/main/segpoint.h,v $ - * $Revision: 1.1.1.1 $ - * $Author: zicodxx $ - * $Date: 2006/03/17 19:42:10 $ - * - * Hopefully temporary file to hold external definition of Segment_points[] - * - * $Log: segpoint.h,v $ - * Revision 1.1.1.1 2006/03/17 19:42:10 zicodxx - * initial import - * - * Revision 1.1.1.1 1999/06/14 22:13:08 donut - * Import of d1x 1.37 source. - * - * Revision 2.0 1995/02/27 11:26:54 john - * New version 2.0, which has no anonymous unions, builds with - * Watcom 10.0, and doesn't require parsing BITMAPS.TBL. - * - * Revision 1.2 1994/02/16 17:14:40 matt - * Added include of 3d.h - * - * Revision 1.1 1993/12/06 09:51:37 matt - * Initial revision - * - * - */ - - - -#ifndef _SEGPOINTS_H -#define _SEGPOINTS_H - -#include "3d.h" - -extern g3s_point Segment_points[]; - -#endif