fixed compiler warnings (after adding "-Wstrict-prototypes")
[rocksndiamonds.git] / src / game_sp / DoGameStuff.h
index 4fff48c003ff6eba8a40f4bdc13ecf02e149f64c..facb8fc3040fc56a845b44c0af2b061bed1f5960 100644 (file)
@@ -10,6 +10,6 @@
 extern int AnimationPosTable[SP_MAX_PLAYFIELD_SIZE];
 extern byte AnimationSubTable[SP_MAX_PLAYFIELD_SIZE];
 
-extern void subDoGameStuff();
+extern void subDoGameStuff(void);
 
 #endif /* DOGAMESTUFF_H */