fixed compiler warnings (after adding "-Wstrict-prototypes")
[rocksndiamonds.git] / src / game_sp / DoGameStuff.h
index ac822b1a1d148b38172eb74d694e3225438c4256..facb8fc3040fc56a845b44c0af2b061bed1f5960 100644 (file)
@@ -5,17 +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 AnimationPosTable[SP_MAX_PLAYFIELD_SIZE];
+extern byte AnimationSubTable[SP_MAX_PLAYFIELD_SIZE];
 
-extern byte *AnimationSubTable;
-extern int *AnimationPosTable;
-
-extern void subDoGameStuff();
+extern void subDoGameStuff(void);
 
 #endif /* DOGAMESTUFF_H */