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