summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-03-08 15:38:03 -0600
committerColin Noga <Tempus@chronometry.ca>2012-03-08 15:38:03 -0600
commite1e747c5d256570a3d8caf459e24274397de7235 (patch)
tree1658ec435748c6575d5e219184d5eeb87e329b22 /include/game.h
parent19632e9b183402bb9a05030e12d0f1003765c31a (diff)
downloadkamek-e1e747c5d256570a3d8caf459e24274397de7235.tar.gz
kamek-e1e747c5d256570a3d8caf459e24274397de7235.zip
Electric line, topman boss, and BROKEN YOSHIS
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h
index 7c10d05..271b0a5 100755
--- a/include/game.h
+++ b/include/game.h
@@ -2146,6 +2146,17 @@ public:
};
+class daNeedles : public dEn_c {
+
+public:
+ USING_STATES(daNeedles);
+ REF_NINTENDO_STATE(DemoWait);
+ REF_NINTENDO_STATE(DemoAwake);
+ REF_NINTENDO_STATE(Idle);
+ REF_NINTENDO_STATE(Die);
+};
+
+
class dPlayer : public dActorMultiState_c {
public: