summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-02-25 21:55:32 +0100
committerTreeki <treeki@gmail.com>2013-02-25 21:55:32 +0100
commitff6c2076a51e775cb260b8de96d15a824fb5549b (patch)
tree4490ad98452435783dd9abab3fdf84bb9af4ef29 /include
parent235fa2c9a26f05ee5619479a03db51e7b64891bf (diff)
downloadkamek-ff6c2076a51e775cb260b8de96d15a824fb5549b.tar.gz
kamek-ff6c2076a51e775cb260b8de96d15a824fb5549b.zip
add some stuff to the header files
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 {