removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / DoGameStuff.h
index 9051e4d1d2758df8def83a00575696900748d06e..a151f1cbab7e65ed578ae23d39a9cf231b7f1601 100644 (file)
@@ -7,10 +7,9 @@
 
 #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();
+void subDoGameStuff(void);
 
 #endif /* DOGAMESTUFF_H */