mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-22 06:20:02 -04:00
d_a_ib OK, add J3DFrameCtrl state enum
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user