rnd-20090623-1-src
[rocksndiamonds.git] / src / game_sp / InitGameConditions.h
diff --git a/src/game_sp/InitGameConditions.h b/src/game_sp/InitGameConditions.h
new file mode 100644 (file)
index 0000000..6c3de55
--- /dev/null
@@ -0,0 +1,24 @@
+// ----------------------------------------------------------------------------
+// InitGameConditions.h
+// ----------------------------------------------------------------------------
+
+#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 InitMurphyPos();
+extern int InitMurphyPosB(int si);
+extern int ResetInfotronsNeeded(int dx);
+extern int subConvertToEasySymbols();
+extern int subFetchAndInitLevel();
+extern int subFetchAndInitLevelA(boolean UpdatePlayTime);
+extern int subFetchAndInitLevelB();
+extern int subInitGameConditions();
+
+#endif /* INITGAMECONDITIONS_H */