summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-06-26 03:12:47 -0700
committerJcw87 <Jcw87@users.noreply.github.com>2023-06-26 18:58:11 -0700
commit7af48a00789a0cc94f375fee1bb8171dacc640d3 (patch)
tree899814556c6c6dbd98d39591492501e1cb94753d /include/JSystem/J2DGraph
parent22059e57b780ebb537c7d73b926a1f258a21cc3f (diff)
d_menu_collect
Diffstat (limited to 'include/JSystem/J2DGraph')
-rw-r--r--include/JSystem/J2DGraph/J2DAnmLoader.h2
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 {