changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / DoGameStuff.h
index facb8fc3040fc56a845b44c0af2b061bed1f5960..9f1ce493632f868c12380657d2e1cf47ba4df716 100644 (file)
@@ -10,6 +10,6 @@
 extern int AnimationPosTable[SP_MAX_PLAYFIELD_SIZE];
 extern byte AnimationSubTable[SP_MAX_PLAYFIELD_SIZE];
 
-extern void subDoGameStuff(void);
+void subDoGameStuff(void);
 
-#endif /* DOGAMESTUFF_H */
+#endif // DOGAMESTUFF_H