removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / InitGameConditions.h
index 6c3de557a167cab8b321c1bfbf63d3a2ad09c4da..6688a84968793b0fe52d9989b015576fcf6c1c9c 100644 (file)
@@ -5,20 +5,17 @@
 #ifndef INITGAMECONDITIONS_H
 #define INITGAMECONDITIONS_H
 
-#include "vb_types.h"
-#include "vb_defs.h"
-#include "vb_vars.h"
-#include "vb_lib.h"
-
 #include "global.h"
 
-extern int InitMurphyPos();
-extern int InitMurphyPosB(int si);
-extern int ResetInfotronsNeeded(int dx);
-extern int subConvertToEasySymbols();
-extern int subFetchAndInitLevel();
-extern int subFetchAndInitLevelA(boolean UpdatePlayTime);
-extern int subFetchAndInitLevelB();
-extern int subInitGameConditions();
+
+int subConvertToEasySymbols(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 */