changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / DoGameStuff.h
index 5d97153cfeb3056bcac24d85c115e5f1ca98674b..9f1ce493632f868c12380657d2e1cf47ba4df716 100644 (file)
@@ -5,16 +5,11 @@
 #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"
 
-extern int subDoGameStuff();
+extern int AnimationPosTable[SP_MAX_PLAYFIELD_SIZE];
+extern byte AnimationSubTable[SP_MAX_PLAYFIELD_SIZE];
 
-extern byte *AnimationSubTable;
-extern int *AnimationPosTable;
+void subDoGameStuff(void);
 
-#endif /* DOGAMESTUFF_H */
+#endif // DOGAMESTUFF_H