From df653e1d34b91659b22344dcaae44d846ab4e7bd Mon Sep 17 00:00:00 2001 From: hatal175 Date: Sat, 10 Feb 2024 05:45:24 +0200 Subject: J2D work (#2068) --- include/JSystem/J2DGraph/J2DAnimation.h | 2 +- include/JSystem/J2DGraph/J2DWindowEx.h | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/JSystem/J2DGraph/J2DAnimation.h b/include/JSystem/J2DGraph/J2DAnimation.h index b2ab398cee..752fe5b068 100644 --- a/include/JSystem/J2DGraph/J2DAnimation.h +++ b/include/JSystem/J2DGraph/J2DAnimation.h @@ -54,7 +54,7 @@ public: } } /* 8030A358 */ virtual ~J2DAnmVtxColor() {} - /* 8030363C */ virtual void getColor(u8, u16, _GXColor*) const; + /* 8030363C */ virtual void getColor(u8, u16, _GXColor*) const {} u16 getAnmTableNum(u8 param_0) const { return mAnmTableNum[param_0]; } J3DAnmVtxColorIndexData* getAnmVtxColorIndexData(u8 param_0, u16 param_1) const { return &mVtxColorIndexData[param_0][param_1]; } u16* getVtxColorIndexPointer(u8 param_0) const { return mVtxColorIndexPointer[param_0]; } diff --git a/include/JSystem/J2DGraph/J2DWindowEx.h b/include/JSystem/J2DGraph/J2DWindowEx.h index 566fe2aba6..a845306581 100644 --- a/include/JSystem/J2DGraph/J2DWindowEx.h +++ b/include/JSystem/J2DGraph/J2DWindowEx.h @@ -6,7 +6,13 @@ class J2DWindowEx : public J2DWindow { public: - enum stage_enum {}; + enum stage_enum { + STAGE_ENUM_0, + STAGE_ENUM_1, + STAGE_ENUM_2, + STAGE_ENUM_3, + STAGE_ENUM_4, + }; /* 80300C94 */ J2DWindowEx(J2DPane*, JSURandomInputStream*, u32, J2DMaterial*); /* 80300F80 */ void setMinSize(); -- cgit v1.2.3