X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FInitGameConditions.h;h=7842848eab88c8ac82a65d639e9cbc32f90590ec;hp=eb4249fff9c07877c7b7c50b81bd6a26fd65257e;hb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;hpb=085eaa4c64f1254101fe59747e87aacb009ebe3b diff --git a/src/game_sp/InitGameConditions.h b/src/game_sp/InitGameConditions.h index eb4249ff..7842848e 100644 --- a/src/game_sp/InitGameConditions.h +++ b/src/game_sp/InitGameConditions.h @@ -8,14 +8,14 @@ #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(); -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 */