summaryrefslogtreecommitdiff
path: root/include/JSystem/JStage/JSGSystem.h
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-11-30 14:23:42 -0800
committerGitHub <noreply@github.com>2025-11-30 15:23:42 -0700
commita6e76c0841cae03cae0c0e6ac75c32f979043093 (patch)
tree76b5f590c59c6abdf2c80d0a3d5c0ccb31ebd0fe /include/JSystem/JStage/JSGSystem.h
parent434415337d268e405b09f6b72935a7e918e4cfe7 (diff)
project cleanup (#2895)
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
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 1f9fb920aa..ab3a04220d 100644
--- a/include/JSystem/JStage/JSGSystem.h
+++ b/include/JSystem/JStage/JSGSystem.h
@@ -19,13 +19,13 @@ namespace JStage {
*
*/
struct TSystem : public TObject {
- /* 80280E90 */ virtual ~TSystem() = 0;
- /* 80280EF0 */ virtual s32 JSGFGetType() const;
- /* 80280EF8 */ virtual int JSGFindObject(JStage::TObject**, char const*, JStage::TEObject) const;
- /* 80280F00 */ virtual bool JSGCreateObject(char const*, JStage::TEObject, u32);
- /* 80280F08 */ virtual void JSGDestroyObject(JStage::TObject*);
- /* 80280F0C */ virtual bool JSGGetSystemData(u32);
- /* 80280F14 */ virtual void JSGSetSystemData(u32, u32);
+ virtual ~TSystem() = 0;
+ virtual s32 JSGFGetType() const;
+ virtual int JSGFindObject(JStage::TObject**, char const*, JStage::TEObject) const;
+ virtual bool JSGCreateObject(char const*, JStage::TEObject, u32);
+ virtual void JSGDestroyObject(JStage::TObject*);
+ virtual bool JSGGetSystemData(u32);
+ virtual void JSGSetSystemData(u32, u32);
};
};