summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-07-11 02:34:29 -0500
committerColin Noga <Tempus@chronometry.ca>2012-07-11 02:34:29 -0500
commitc6461149389ec807371b9692b7484ab108e2a068 (patch)
tree5d2624e4d61ab5f4e8c1472fcb6733d612d4e071 /include/game.h
parentab412589662152c99c1653be980136912bcde4f3 (diff)
downloadkamek-c6461149389ec807371b9692b7484ab108e2a068.tar.gz
kamek-c6461149389ec807371b9692b7484ab108e2a068.zip
Plenty of bugfixes, and bowser improvements
Diffstat (limited to 'include/game.h')
-rwxr-xr-xinclude/game.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h
index 2a245f7..de7d46d 100755
--- a/include/game.h
+++ b/include/game.h
@@ -2164,6 +2164,13 @@ public:
};
+class daBossKoopaDemo_c : public dEn_c {
+
+public:
+ USING_STATES(daBossKoopaDemo_c);
+ REF_NINTENDO_STATE(Struggle);
+};
+
class daNeedles : public dEn_c {
public: