diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-06-26 03:12:47 -0700 |
|---|---|---|
| committer | Jcw87 <Jcw87@users.noreply.github.com> | 2023-06-26 18:58:11 -0700 |
| commit | 7af48a00789a0cc94f375fee1bb8171dacc640d3 (patch) | |
| tree | 899814556c6c6dbd98d39591492501e1cb94753d /include/JSystem/J2DGraph | |
| parent | 22059e57b780ebb537c7d73b926a1f258a21cc3f (diff) | |
d_menu_collect
Diffstat (limited to 'include/JSystem/J2DGraph')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DAnmLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J2DGraph/J2DAnmLoader.h b/include/JSystem/J2DGraph/J2DAnmLoader.h index 19b8642558..5b1257b925 100644 --- a/include/JSystem/J2DGraph/J2DAnmLoader.h +++ b/include/JSystem/J2DGraph/J2DAnmLoader.h @@ -5,7 +5,7 @@ #include "dolphin/types.h" struct J2DAnmLoaderDataBase { - /* 80308A6C */ static void* load(void const*); + /* 80308A6C */ static J2DAnmBase* load(void const*); }; class J2DAnmLoader { |
