summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h
index aa26018..67a9906 100755
--- a/include/game.h
+++ b/include/game.h
@@ -82,6 +82,8 @@ struct StartLevelInfo {
unsigned char world2; // 0x0E
unsigned char level2; // 0x0F
};
+extern bool DontShowPreGame;
+extern StartLevelInfo RESTART_CRSIN_LevelStartStruct;
class GMgr8 {
public:
@@ -2368,6 +2370,10 @@ class daPlBase_c : public dStageActor_c {
void setAnimePlayWithAnimID(int id);
void setAnimePlayStandardType(int id);
+
+ void setFlag(int flag);
+ void clearFlag(int flag);
+ bool testFlag(int flag);
};
class dAcPy_c : public daPlBase_c {