summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/game.h')
-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: