diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-03-08 15:38:03 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-03-08 15:38:03 -0600 |
commit | e1e747c5d256570a3d8caf459e24274397de7235 (patch) | |
tree | 1658ec435748c6575d5e219184d5eeb87e329b22 /include/game.h | |
parent | 19632e9b183402bb9a05030e12d0f1003765c31a (diff) | |
download | kamek-e1e747c5d256570a3d8caf459e24274397de7235.tar.gz kamek-e1e747c5d256570a3d8caf459e24274397de7235.zip |
Electric line, topman boss, and BROKEN YOSHIS
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 11 |
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:
|