diff options
| author | TakaRikka <takarikka@outlook.com> | 2023-07-30 18:57:56 -0700 |
|---|---|---|
| committer | TakaRikka <takarikka@outlook.com> | 2023-08-02 01:31:23 -0700 |
| commit | 854fb607b9c416d15589b03e858d5f9708bf1d6e (patch) | |
| tree | 401656620a28fc788e29e734d699fed0f227878e /include/JSystem/J3DGraphBase | |
| parent | 24161e34d27f70ab54d584769b1d9f71262d02e9 (diff) | |
d_a_obj_swpropeller OK, work on d_kankyo / misc
Diffstat (limited to 'include/JSystem/J3DGraphBase')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DMatBlock.h | 4 | ||||
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DStruct.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DMatBlock.h b/include/JSystem/J3DGraphBase/J3DMatBlock.h index 377746bb9d..a976be81c9 100644 --- a/include/JSystem/J3DGraphBase/J3DMatBlock.h +++ b/include/JSystem/J3DGraphBase/J3DMatBlock.h @@ -10,13 +10,13 @@ #include "m_Do/m_Do_lib.h" struct J3DGXColorS10 { - /* 8000E460 */ J3DGXColorS10(); + /* 8000E460 */ J3DGXColorS10() {} _GXColorS10 mColor; }; struct J3DGXColor : public _GXColor { - /* 8000E538 */ J3DGXColor(); + /* 8000E538 */ J3DGXColor() {} }; struct J3DNBTScaleInfo { diff --git a/include/JSystem/J3DGraphBase/J3DStruct.h b/include/JSystem/J3DGraphBase/J3DStruct.h index cb98164d03..5fa9a87af1 100644 --- a/include/JSystem/J3DGraphBase/J3DStruct.h +++ b/include/JSystem/J3DGraphBase/J3DStruct.h @@ -23,6 +23,8 @@ class J3DLightObj { public: /* 80018C0C */ J3DLightObj() : mInfo(j3dDefaultLightInfo) {} + J3DLightInfo& getLightInfo() { return mInfo; } + /* 0x00 */ J3DLightInfo mInfo; /* 0x34 */ u8 field_0x34[64]; }; // Size = 0x74 |
