rnd-20100417-1-src
[rocksndiamonds.git] / src / game_sp / DoGameStuff.h
index 5d97153cfeb3056bcac24d85c115e5f1ca98674b..9051e4d1d2758df8def83a00575696900748d06e 100644 (file)
@@ -5,16 +5,12 @@
 #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 byte *AnimationSubTable;
 extern int *AnimationPosTable;
 
+extern void subDoGameStuff();
+
 #endif /* DOGAMESTUFF_H */