eb4249fff9c07877c7b7c50b81bd6a26fd65257e
[rocksndiamonds.git] / src / game_sp / InitGameConditions.h
1 // ----------------------------------------------------------------------------
2 // InitGameConditions.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef INITGAMECONDITIONS_H
6 #define INITGAMECONDITIONS_H
7
8 #include "global.h"
9
10
11 extern int subConvertToEasySymbols();
12
13 extern void InitMurphyPos();
14 extern void InitMurphyPosB(int);
15 extern void ResetInfotronsNeeded(int);
16 extern void subFetchAndInitLevel();
17 extern void subFetchAndInitLevelA();
18 extern void subFetchAndInitLevelB();
19 extern void subInitGameConditions();
20
21 #endif /* INITGAMECONDITIONS_H */