aboutsummaryrefslogtreecommitdiff
path: root/Source/GameInitDispose.cpp
diff options
context:
space:
mode:
authorrelnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f>2003-01-09 04:58:33 +0000
committerrelnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f>2003-01-09 04:58:33 +0000
commite51e51230c9959a1120febbe63582147689552a7 (patch)
treee9b106e2e79fed3f787e11bf75f3cf9978665642 /Source/GameInitDispose.cpp
parent259be8a74552d136fcdfa5eea3a0abe9489dc60d (diff)
downloadblackshades-e51e51230c9959a1120febbe63582147689552a7.tar.gz
moved header files around, hopefully fixing osx build
git-svn-id: svn://svn.icculus.org/blackshades/trunk@57 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source/GameInitDispose.cpp')
-rw-r--r--Source/GameInitDispose.cpp4
1 files changed, 2 insertions, 2 deletions
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 <ctype.h>
#ifndef MAC
#include <time.h>
#endif
+#include "Game.h"
+
extern unsigned int gSourceID[100];