summaryrefslogtreecommitdiff
path: root/include/JSystem/JStage/JSGSystem.h
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-03-05 18:02:33 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-03-05 18:02:33 -0500
commit74d629665c05293cc22172330410258bd2ae7f47 (patch)
treeec5b6b65211b97e5e461daa75f716e94c5a06866 /include/JSystem/JStage/JSGSystem.h
parent3a8c3ebda32c9a220518480c240d7bbd31f0372d (diff)
JStudio_JStage control OK
Diffstat (limited to 'include/JSystem/JStage/JSGSystem.h')
-rw-r--r--include/JSystem/JStage/JSGSystem.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/JSystem/JStage/JSGSystem.h b/include/JSystem/JStage/JSGSystem.h
index 9b060f89..b6d7ef71 100644
--- a/include/JSystem/JStage/JSGSystem.h
+++ b/include/JSystem/JStage/JSGSystem.h
@@ -4,16 +4,6 @@
#include "JSystem/JStage/JSGObject.h"
namespace JStage {
- enum TEObject {
- /* 0x0 */ TOBJ_ACTOR_UNK,
- /* 0x1 */ TOBJ_UNK1,
- /* 0x2 */ TOBJ_ACTOR,
- /* 0x3 */ TOBJ_CAMERA,
- /* 0x4 */ TOBJ_AMBIENT,
- /* 0x5 */ TOBJ_LIGHT,
- /* 0x6 */ TOBJ_FOG,
- };
-
struct TSystem : public TObject {
virtual ~TSystem() = 0;
virtual s32 JSGFGetType() const;