summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph/J2DWindowEx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/JSystem/J2DGraph/J2DWindowEx.h')
-rw-r--r--include/JSystem/J2DGraph/J2DWindowEx.h8
1 files changed, 7 insertions, 1 deletions
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();