diff options
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
| -rw-r--r-- | include/JSystem/J3DGraphAnimator/J3DAnimation.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DAnimation.h b/include/JSystem/J3DGraphAnimator/J3DAnimation.h index 9ea698b51d..dbfb745fae 100644 --- a/include/JSystem/J3DGraphAnimator/J3DAnimation.h +++ b/include/JSystem/J3DGraphAnimator/J3DAnimation.h @@ -588,6 +588,14 @@ private: class J3DFrameCtrl { public: + enum Attribute_e { + LOOP_ONCE_e, + LOOP_ONCE_RESET_e, + LOOP_REPEAT_e, + LOOP_MIRROR_ONCE_e, + LOOP_MIRROR_REPEAT_e, + }; + J3DFrameCtrl() { this->init(0); } void init(s16); BOOL checkPass(f32); |
