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:
@@ -210,5 +210,7 @@ extern void SetUpElement (ELEMENTPTR
|
|||||||
extern void BattleSong (BOOLEAN DoPlay);
|
extern void BattleSong (BOOLEAN DoPlay);
|
||||||
extern void FreeBattleSong (void);
|
extern void FreeBattleSong (void);
|
||||||
|
|
||||||
|
extern void InsertPrim (PRIM_LINKS *pLinks, COUNT primIndex, COUNT iPI);
|
||||||
|
|
||||||
#endif /* _ELEMENT_H */
|
#endif /* _ELEMENT_H */
|
||||||
|
|
||||||
|
|||||||
@@ -32,11 +32,6 @@
|
|||||||
extern COUNT zoom_out;
|
extern COUNT zoom_out;
|
||||||
extern PRIM_LINKS DisplayLinks;
|
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 BIG_STAR_COUNT 30
|
||||||
#define MED_STAR_COUNT 60
|
#define MED_STAR_COUNT 60
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
#include "resinst.h"
|
#include "resinst.h"
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "sounds.h"
|
#include "sounds.h"
|
||||||
|
#include "element.h"
|
||||||
#include "libs/graphics/gfx_common.h"
|
#include "libs/graphics/gfx_common.h"
|
||||||
#include "libs/mathlib.h"
|
#include "libs/mathlib.h"
|
||||||
|
|
||||||
@@ -44,8 +45,6 @@
|
|||||||
|
|
||||||
//Added by Chris
|
//Added by Chris
|
||||||
|
|
||||||
void InsertPrim (PRIM_LINKS *pLinks, COUNT primIndex, COUNT iPI);
|
|
||||||
|
|
||||||
void
|
void
|
||||||
DrawPlanet(int x, int y, int dy, unsigned int rgb);
|
DrawPlanet(int x, int y, int dy, unsigned int rgb);
|
||||||
|
|
||||||
|
|||||||
@@ -16,14 +16,13 @@
|
|||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "process.h"
|
|
||||||
|
|
||||||
#include "build.h"
|
#include "build.h"
|
||||||
#include "collide.h"
|
#include "collide.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "sounds.h"
|
#include "sounds.h"
|
||||||
|
#include "element.h"
|
||||||
#include "weapon.h"
|
#include "weapon.h"
|
||||||
#include "libs/graphics/drawable.h"
|
#include "libs/graphics/drawable.h"
|
||||||
#include "libs/graphics/drawcmd.h"
|
#include "libs/graphics/drawcmd.h"
|
||||||
|
|||||||
@@ -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 */
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user