summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2023-11-11 02:24:25 -0800
committerJasper St. Pierre <jstpierre@mecheye.net>2023-11-11 02:24:25 -0800
commited3fd719d5d1d30b7c78b442f3eb0cbb08df396e (patch)
tree5fea706edcdf2127126fe1efd8d4d373b41670d2 /include/JSystem/J2DGraph
parent04e35fdbe03b06589159457ff2bdca738439c719 (diff)
f_op_msg_mng start
Diffstat (limited to 'include/JSystem/J2DGraph')
-rw-r--r--include/JSystem/J2DGraph/J2DPicture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/JSystem/J2DGraph/J2DPicture.h b/include/JSystem/J2DGraph/J2DPicture.h
index 20de10c0..abb291fc 100644
--- a/include/JSystem/J2DGraph/J2DPicture.h
+++ b/include/JSystem/J2DGraph/J2DPicture.h
@@ -87,6 +87,8 @@ public:
}
void setCornerColor(JUtility::TColor c) { setCornerColor(c, c, c, c); }
+ u8 getNumTexture() { return mNumTexture; }
+
private:
/* 0x0CC */ JUTTexture* mpTexture[4];
/* 0x0DC */ u8 mNumTexture;