rocksndiamonds-3.3.0.0
[rocksndiamonds.git] / src / game_sp / DoGameStuff.h
index ac822b1a1d148b38172eb74d694e3225438c4256..4cf98184011b9ebd6539895a4f1438c65e1a746a 100644 (file)
@@ -5,16 +5,15 @@
 #ifndef DOGAMESTUFF_H
 #define DOGAMESTUFF_H
 
-#include "vb_types.h"
-#include "vb_defs.h"
-#include "vb_vars.h"
-#include "vb_lib.h"
-
 #include "global.h"
 
-
+#if 1
+extern int AnimationPosTable[SP_MAX_PLAYFIELD_SIZE];
+extern byte AnimationSubTable[SP_MAX_PLAYFIELD_SIZE];
+#else
 extern byte *AnimationSubTable;
 extern int *AnimationPosTable;
+#endif
 
 extern void subDoGameStuff();