Removing process.h as it is not needed and interferes with MingW builds

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1901 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-10-15 03:54:58 +00:00
parent 2321d522ac
commit d45ab420bc
5 changed files with 4 additions and 35 deletions
+2
View File
@@ -210,5 +210,7 @@ extern void SetUpElement (ELEMENTPTR
extern void BattleSong (BOOLEAN DoPlay);
extern void FreeBattleSong (void);
extern void InsertPrim (PRIM_LINKS *pLinks, COUNT primIndex, COUNT iPI);
#endif /* _ELEMENT_H */
-5
View File
@@ -32,11 +32,6 @@
extern COUNT zoom_out;
extern PRIM_LINKS DisplayLinks;
//Added by Chris
void InsertPrim (PRIM_LINKS *pLinks, COUNT primIndex, COUNT iPI);
//End Added by Chris
#define BIG_STAR_COUNT 30
#define MED_STAR_COUNT 60
+1 -2
View File
@@ -26,6 +26,7 @@
#include "resinst.h"
#include "setup.h"
#include "sounds.h"
#include "element.h"
#include "libs/graphics/gfx_common.h"
#include "libs/mathlib.h"
@@ -44,8 +45,6 @@
//Added by Chris
void InsertPrim (PRIM_LINKS *pLinks, COUNT primIndex, COUNT iPI);
void
DrawPlanet(int x, int y, int dy, unsigned int rgb);
+1 -2
View File
@@ -16,14 +16,13 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "process.h"
#include "build.h"
#include "collide.h"
#include "options.h"
#include "settings.h"
#include "setup.h"
#include "sounds.h"
#include "element.h"
#include "weapon.h"
#include "libs/graphics/drawable.h"
#include "libs/graphics/drawcmd.h"
-26
View File
@@ -1,26 +0,0 @@
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _PROCESS_H
#define _PROCESS_H
#include "libs/compiler.h"
#include "libs/gfxlib.h"
extern void InsertPrim (PRIM_LINKS *pLinks, COUNT primIndex, COUNT iPI);
#endif /* _PROCESS_H */