fixed compiler warnings (after adding "-Wstrict-prototypes")
[rocksndiamonds.git] / src / game_sp / InitGameConditions.h
index c78da1281476fb7b5517afc41710200059d05254..7842848eab88c8ac82a65d639e9cbc32f90590ec 100644 (file)
@@ -5,22 +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 subConvertToEasySymbols();
+extern int subConvertToEasySymbols(void);
 
-extern void InitMurphyPos();
+extern void InitMurphyPos(void);
 extern void InitMurphyPosB(int);
 extern void ResetInfotronsNeeded(int);
-extern void subFetchAndInitLevel();
-extern void subFetchAndInitLevelA(boolean);
-extern void subFetchAndInitLevelB();
-extern void subInitGameConditions();
+extern void subFetchAndInitLevel(void);
+extern void subFetchAndInitLevelA(void);
+extern void subFetchAndInitLevelB(void);
+extern void subInitGameConditions(void);
 
 #endif /* INITGAMECONDITIONS_H */