X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FInitGameConditions.h;h=e1a1acc63bb02c48bdbb74b1a2bd1b3317fe90fe;hb=dec5093fc78bfe1356d764c2432fed6566b2af66;hp=eb4249fff9c07877c7b7c50b81bd6a26fd65257e;hpb=4591885cdbcfec145d1ac0510fed1519af1eea1d;p=rocksndiamonds.git diff --git a/src/game_sp/InitGameConditions.h b/src/game_sp/InitGameConditions.h index eb4249ff..e1a1acc6 100644 --- a/src/game_sp/InitGameConditions.h +++ b/src/game_sp/InitGameConditions.h @@ -8,14 +8,14 @@ #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(); -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