diff options
Diffstat (limited to 'include/game.h')
-rwxr-xr-x | include/game.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index 38e8dd6..3476eaa 100755 --- a/include/game.h +++ b/include/game.h @@ -1366,6 +1366,29 @@ public: };
+class dAc_Py_c : public dStageActor_c {
+public:
+ u8 data[0x1164 - 0x394];
+ ActivePhysics bPhysics;
+ ActivePhysics cPhysics;
+ ActivePhysics dPhysics;
+ ActivePhysics ePhysics;
+
+ dAc_Py_c();
+
+ int beforeCreate();
+ int afterCreate(int);
+ int beforeDelete();
+ int afterDelete(int);
+ int beforeExecute();
+ int afterExecute(int);
+ int beforeDraw();
+ int afterDraw(int);
+
+ ~dAc_Py_c();
+};
+
+
/* TODO
class dActorState_c : public dStageActor_c {
public:
|