diff options
| author | Pheenoh <pheenoh@gmail.com> | 2021-03-27 18:14:23 -0400 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2021-03-27 18:14:23 -0400 |
| commit | d36fb432f1f281d190ef595fa5944b7fee8141a6 (patch) | |
| tree | d28942eaf846e5ead5e29108d09015b5af14ded6 /include/JSystem/J2DGraph | |
| parent | 2b2f8c125757648eebdba6c5206d67bc131c3b24 (diff) | |
J2DPicture::append OK
Diffstat (limited to 'include/JSystem/J2DGraph')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DPicture/J2DPicture.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/JSystem/J2DGraph/J2DPicture/J2DPicture.h b/include/JSystem/J2DGraph/J2DPicture/J2DPicture.h index 01f1f4c2a2..996b1d22ad 100644 --- a/include/JSystem/J2DGraph/J2DPicture/J2DPicture.h +++ b/include/JSystem/J2DGraph/J2DPicture/J2DPicture.h @@ -42,6 +42,10 @@ public: virtual void setBlendRatio(f32, f32); virtual void setBlendColorRatio(f32, f32); virtual void setBlendAlphaRatio(f32, f32); + +public: + /* 0x00 */ u8 field_0x00[0x08]; + /* 0x08 */ u8 field_0x08; }; #endif
\ No newline at end of file |
