summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-02-28 10:24:05 -0600
committerColin Noga <Tempus@chronometry.ca>2012-02-28 10:24:05 -0600
commitd45bf07f2c5aeaea6ec0c6fa40c975afdd29d682 (patch)
tree4da318e19ccc39d194cdc5dc6bc243c23d950bf7 /include/game.h
parentd6924bebc44bf904ec3e9ed8126614f67a04df88 (diff)
downloadkamek-d45bf07f2c5aeaea6ec0c6fa40c975afdd29d682.tar.gz
kamek-d45bf07f2c5aeaea6ec0c6fa40c975afdd29d682.zip
more boss fixes
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/game.h b/include/game.h
index cca0fac..d9581b6 100755
--- a/include/game.h
+++ b/include/game.h
@@ -346,7 +346,6 @@ public:
class dStage32C_c {
public:
- dStage32C_c();
u32 bulletData1;
u32 bulletData2;
@@ -374,8 +373,6 @@ public:
u8 _171[3];
u32 pokeyTimer;
- void setup();
-
static dStage32C_c *instance;
};