X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FInitGameConditions.h;h=e1a1acc63bb02c48bdbb74b1a2bd1b3317fe90fe;hb=f37c86753d5005bf7ae341d0cbcc15ef75393567;hp=7842848eab88c8ac82a65d639e9cbc32f90590ec;hpb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;p=rocksndiamonds.git diff --git a/src/game_sp/InitGameConditions.h b/src/game_sp/InitGameConditions.h index 7842848e..e1a1acc6 100644 --- a/src/game_sp/InitGameConditions.h +++ b/src/game_sp/InitGameConditions.h @@ -8,14 +8,14 @@ #include "global.h" -extern int subConvertToEasySymbols(void); +int subConvertToEasySymbols(void); -extern void InitMurphyPos(void); -extern void InitMurphyPosB(int); -extern void ResetInfotronsNeeded(int); -extern void subFetchAndInitLevel(void); -extern void subFetchAndInitLevelA(void); -extern void subFetchAndInitLevelB(void); -extern void subInitGameConditions(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 */ +#endif // INITGAMECONDITIONS_H