diff options
| author | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:42:26 -0400 |
|---|---|---|
| committer | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:48:55 -0400 |
| commit | adb95b135c3d7498eba29bbd9728d345eed5a407 (patch) | |
| tree | 655575b939c12067569263171b68c079b1a232c8 /src/JSystem/JStage/JSGSystem.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/JStage/JSGSystem.cpp')
| -rw-r--r-- | src/JSystem/JStage/JSGSystem.cpp | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/JSystem/JStage/JSGSystem.cpp b/src/JSystem/JStage/JSGSystem.cpp new file mode 100644 index 00000000..0edf6c9c --- /dev/null +++ b/src/JSystem/JStage/JSGSystem.cpp @@ -0,0 +1,43 @@ +// +// Generated by dtk +// Translation Unit: JSGSystem.cpp +// + +#include "JSGSystem.h" +#include "dolphin/types.h" + +/* 8026DFF8-8026E058 .text __dt__Q26JStage7TSystemFv */ +JStage::TSystem::~TSystem() { + /* Nonmatching */ +} + +/* 8026E058-8026E060 .text JSGFGetType__Q26JStage7TSystemCFv */ +void JStage::TSystem::JSGFGetType() const { + /* Nonmatching */ +} + +/* 8026E060-8026E068 .text JSGFindObject__Q26JStage7TSystemCFPCcQ26JStage8TEObject */ +void JStage::TSystem::JSGFindObject(const char*, JStage::TEObject) const { + /* Nonmatching */ +} + +/* 8026E068-8026E070 .text JSGCreateObject__Q26JStage7TSystemFPCcQ26JStage8TEObjectUl */ +void JStage::TSystem::JSGCreateObject(const char*, JStage::TEObject, unsigned long) { + /* Nonmatching */ +} + +/* 8026E070-8026E074 .text JSGDestroyObject__Q26JStage7TSystemFPQ26JStage7TObject */ +void JStage::TSystem::JSGDestroyObject(JStage::TObject*) { + /* Nonmatching */ +} + +/* 8026E074-8026E07C .text JSGGetSystemData__Q26JStage7TSystemFUl */ +void JStage::TSystem::JSGGetSystemData(unsigned long) { + /* Nonmatching */ +} + +/* 8026E07C-8026E080 .text JSGSetSystemData__Q26JStage7TSystemFUlUl */ +void JStage::TSystem::JSGSetSystemData(unsigned long, unsigned long) { + /* Nonmatching */ +} + |
