diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2026-01-11 19:00:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-11 19:00:04 -0800 |
| commit | 2dd7e2ea62daaa33195b2adbca8b086ceaa6d464 (patch) | |
| tree | d56016fab9d536e646ebde852dd8ef2ad81ba732 /include/JSystem/J2DGraph/J2DPicture.h | |
| parent | 6e76f12dd3b49acc9b682eeb811dbec64bc3519c (diff) | |
J2DGraph debug (#3028)
* J2DGraph debug
* J2DGraph debug
Diffstat (limited to 'include/JSystem/J2DGraph/J2DPicture.h')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DPicture.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/JSystem/J2DGraph/J2DPicture.h b/include/JSystem/J2DGraph/J2DPicture.h index bb71d97aa3..e73fd3fc9b 100644 --- a/include/JSystem/J2DGraph/J2DPicture.h +++ b/include/JSystem/J2DGraph/J2DPicture.h @@ -17,6 +17,7 @@ enum J2DMirror { }; enum J2DBinding { + /* 0 */ J2DBind_None = 0, /* 1 */ J2DBind_Bottom = (1 << 0), /* 2 */ J2DBind_Top = (1 << 1), /* 4 */ J2DBind_Right = (1 << 2), @@ -189,6 +190,9 @@ public: void initinfo(); void setTevMode(); static void swap(f32&, f32&); + J2DBinding getBinding() const; + void setMirror(J2DMirror); + bool isTumble() const; void setBlendKonstColor(); void setBlendKonstAlpha(); void getNewColor(JUtility::TColor*); |
