summaryrefslogtreecommitdiff
path: root/include/JSystem/JStage/JSGSystem.h
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2024-08-30 14:50:05 +0300
committerGitHub <noreply@github.com>2024-08-30 04:50:05 -0700
commitb7380e77d1e9744b03d5906638424c769b33d35c (patch)
tree0ee28b75408c9e056c647d195750cec2a9104f0e /include/JSystem/JStage/JSGSystem.h
parentd3420ffe8d38185b66cb67a6605fb3d89cb72b36 (diff)
Work on JStudio (#2195)
* work on object-light * JStage control OK * object-fog OK * object-camera OK * Work on object-actor
Diffstat (limited to 'include/JSystem/JStage/JSGSystem.h')
-rw-r--r--include/JSystem/JStage/JSGSystem.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/JSystem/JStage/JSGSystem.h b/include/JSystem/JStage/JSGSystem.h
index b260f40874..1f9fb920aa 100644
--- a/include/JSystem/JStage/JSGSystem.h
+++ b/include/JSystem/JStage/JSGSystem.h
@@ -5,13 +5,13 @@
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,
+ /* 0x0 */ OBJECT_UNDEFINED,
+ /* 0x1 */ OBJECT_UNK1,
+ /* 0x2 */ OBJECT_ACTOR,
+ /* 0x3 */ OBJECT_CAMERA,
+ /* 0x4 */ OBJECT_AMBIENT,
+ /* 0x5 */ OBJECT_LIGHT,
+ /* 0x6 */ OBJECT_FOG,
};
/**