diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-06-19 23:39:09 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-19 14:39:09 -0600 |
| commit | 2e6e46892826c329a7a137e5ef081d81d2775a87 (patch) | |
| tree | 61c6123219949f818ba8d481528b3ce5d784088f /include/JSystem/J3DGraphLoader | |
| parent | f17cf7f6f118367d59903b0018a532e3fa32eb6a (diff) | |
Work on d_resorce, d_vibration, d_tresure and others (#347)
* Work on d_resorce
* Work on d_a_tag_TWgate
* Work on d_meter_map
* d_tresure OK
* Work on d_vibration
* Work on d_a_npc
* Work on d_a_npc
* Work on d_a_npc
Diffstat (limited to 'include/JSystem/J3DGraphLoader')
| -rw-r--r-- | include/JSystem/J3DGraphLoader/J3DAnmLoader.h | 2 | ||||
| -rw-r--r-- | include/JSystem/J3DGraphLoader/J3DClusterLoader.h | 2 | ||||
| -rw-r--r-- | include/JSystem/J3DGraphLoader/J3DModelLoader.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/JSystem/J3DGraphLoader/J3DAnmLoader.h b/include/JSystem/J3DGraphLoader/J3DAnmLoader.h index c9ec70a8ab..21df0044fd 100644 --- a/include/JSystem/J3DGraphLoader/J3DAnmLoader.h +++ b/include/JSystem/J3DGraphLoader/J3DAnmLoader.h @@ -9,7 +9,7 @@ struct J3DAnmBase; struct J3DAnmLoaderDataBase { /* 80337B40 */ static void* load(void const*, J3DAnmLoaderDataBaseFlag); - /* 80338134 */ void setResource(J3DAnmBase*, void const*); + /* 80338134 */ static void setResource(J3DAnmBase*, void const*); }; #endif /* J3DANMLOADER_H */ diff --git a/include/JSystem/J3DGraphLoader/J3DClusterLoader.h b/include/JSystem/J3DGraphLoader/J3DClusterLoader.h index 78e22688b1..4d8f748676 100644 --- a/include/JSystem/J3DGraphLoader/J3DClusterLoader.h +++ b/include/JSystem/J3DGraphLoader/J3DClusterLoader.h @@ -4,7 +4,7 @@ #include "dolphin/types.h" struct J3DClusterLoaderDataBase { - /* 80334130 */ void load(void const*); + /* 80334130 */ static void* load(void const*); }; #endif /* J3DCLUSTERLOADER_H */ diff --git a/include/JSystem/J3DGraphLoader/J3DModelLoader.h b/include/JSystem/J3DGraphLoader/J3DModelLoader.h index c86393eb81..deff8ed978 100644 --- a/include/JSystem/J3DGraphLoader/J3DModelLoader.h +++ b/include/JSystem/J3DGraphLoader/J3DModelLoader.h @@ -5,7 +5,7 @@ class J3DModelLoaderDataBase { public: - /* 803346BC */ void load(void const*, u32); + /* 803346BC */ static void* load(void const*, u32); }; #endif /* J3DMODELLOADER_H */ |
