changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / DoGameStuff.h
index 9051e4d1d2758df8def83a00575696900748d06e..9f1ce493632f868c12380657d2e1cf47ba4df716 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;
+void subDoGameStuff(void);
 
-extern void subDoGameStuff();
-
-#endif /* DOGAMESTUFF_H */
+#endif // DOGAMESTUFF_H