diff options
author | Treeki <treeki@gmail.com> | 2013-01-25 23:55:58 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-01-25 23:55:58 +0100 |
commit | ed317da2d37c1f6b91068c02190d4eb75dfb1453 (patch) | |
tree | e168828299cd338c4f780912ffd25ab19e838bba /include | |
parent | 15afe4d423d3966b90f6c72b9cdc06914b0ac363 (diff) | |
download | kamek-ed317da2d37c1f6b91068c02190d4eb75dfb1453.tar.gz kamek-ed317da2d37c1f6b91068c02190d4eb75dfb1453.zip |
add a couple of things to the linker script and game.h
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index 2a30ee7..5c7ac05 100755 --- a/include/game.h +++ b/include/game.h @@ -272,6 +272,8 @@ public: u32 GetLevelCondition(int world, int level);
bool CheckLevelCondition(int world, int level, int cond);
+ void SetLevelCondition(int world, int level, int cond);
+ void UnsetLevelCondition(int world, int level, int cond);
bool CheckIfCoinCollected(int world, int level, int num);
};
|