aboutsummaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorzakk <zakk@5198baeb-e213-0410-be47-fc2ff85ca46f>2003-01-04 12:43:33 +0000
committerzakk <zakk@5198baeb-e213-0410-be47-fc2ff85ca46f>2003-01-04 12:43:33 +0000
commitdeae3f200fd2b40bb0bc587083e592452e511497 (patch)
tree82006ca2a31692f5e447604f7921ddb9af9316b0 /Source
parent3aeae09ec2f157997ef2b979effd4b84b393157d (diff)
downloadblackshades-deae3f200fd2b40bb0bc587083e592452e511497.tar.gz
pooloops.
git-svn-id: svn://svn.icculus.org/blackshades/trunk@10 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source')
-rw-r--r--Source/Game.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Game.h b/Source/Game.h
index 330e07f..a332e52 100644
--- a/Source/Game.h
+++ b/Source/Game.h
@@ -19,6 +19,9 @@
#include "AGL_DSp.h"
#include "MacInput.h"
#endif
+#ifdef POOLOOPS
+#include <SDL/SDL.h>
+#endif
#include "Quaternions.h"
#include "Camera.h"
#include "Skeleton.h"