From ed317da2d37c1f6b91068c02190d4eb75dfb1453 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 25 Jan 2013 23:55:58 +0100 Subject: add a couple of things to the linker script and game.h --- include/game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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); }; -- cgit v1.2.3