d_a_ib OK, add J3DFrameCtrl state enum

This commit is contained in:
LagoLunatic
2023-10-31 16:41:28 -04:00
parent 5c69e690b8
commit 0ab15b4127
16 changed files with 633 additions and 89 deletions
@@ -630,6 +630,11 @@ public:
LOOP_MIRROR_REPEAT_e,
};
enum State_e {
STATE_STOP_E = 0x1,
STATE_LOOP_E = 0x2,
};
J3DFrameCtrl() { this->init(0); }
void init(s16 end);
BOOL checkPass(f32);