removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / InitGameConditions.h
index eb4249fff9c07877c7b7c50b81bd6a26fd65257e..6688a84968793b0fe52d9989b015576fcf6c1c9c 100644 (file)
@@ -8,14 +8,14 @@
 #include "global.h"
 
 
-extern int subConvertToEasySymbols();
+int subConvertToEasySymbols(void);
 
-extern void InitMurphyPos();
-extern void InitMurphyPosB(int);
-extern void ResetInfotronsNeeded(int);
-extern void subFetchAndInitLevel();
-extern void subFetchAndInitLevelA();
-extern void subFetchAndInitLevelB();
-extern void subInitGameConditions();
+void InitMurphyPos(void);
+void InitMurphyPosB(int);
+void ResetInfotronsNeeded(int);
+void subFetchAndInitLevel(void);
+void subFetchAndInitLevelA(void);
+void subFetchAndInitLevelB(void);
+void subInitGameConditions(void);
 
 #endif /* INITGAMECONDITIONS_H */