removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / DoGameStuff.h
index facb8fc3040fc56a845b44c0af2b061bed1f5960..a151f1cbab7e65ed578ae23d39a9cf231b7f1601 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 */