From e51e51230c9959a1120febbe63582147689552a7 Mon Sep 17 00:00:00 2001 From: relnev Date: Thu, 9 Jan 2003 04:58:33 +0000 Subject: moved header files around, hopefully fixing osx build git-svn-id: svn://svn.icculus.org/blackshades/trunk@57 5198baeb-e213-0410-be47-fc2ff85ca46f --- Source/GameInitDispose.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/GameInitDispose.cpp') diff --git a/Source/GameInitDispose.cpp b/Source/GameInitDispose.cpp index 70aed5e..5784b51 100644 --- a/Source/GameInitDispose.cpp +++ b/Source/GameInitDispose.cpp @@ -1,11 +1,11 @@ -#include "Game.h" - #include #ifndef MAC #include #endif +#include "Game.h" + extern unsigned int gSourceID[100]; -- cgit v1.2.3