X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FInitGameConditions.h;h=e1a1acc63bb02c48bdbb74b1a2bd1b3317fe90fe;hp=c78da1281476fb7b5517afc41710200059d05254;hb=64e7c54dce6ea8c063f04198c64c5057d751c928;hpb=ce0bba1a070e5e64939491eb68087f68ef8fe870 diff --git a/src/game_sp/InitGameConditions.h b/src/game_sp/InitGameConditions.h index c78da128..e1a1acc6 100644 --- a/src/game_sp/InitGameConditions.h +++ b/src/game_sp/InitGameConditions.h @@ -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(); +int subConvertToEasySymbols(void); -extern void InitMurphyPos(); -extern void InitMurphyPosB(int); -extern void ResetInfotronsNeeded(int); -extern void subFetchAndInitLevel(); -extern void subFetchAndInitLevelA(boolean); -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 */ +#endif // INITGAMECONDITIONS_H