diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-08-27 20:09:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-27 21:09:20 -0600 |
| commit | 6a4e50e74b9823329889c509e6e548ccdd18844d (patch) | |
| tree | 4cae709417c26eee8bdeb3180b211a65f5fce5a5 /include/JSystem/J3DGraphLoader | |
| parent | d369e2908cbe20165b5a2aaf6875807ffcc5da6c (diff) | |
d_file_select::dFile_select3D_c (#1899)
Diffstat (limited to 'include/JSystem/J3DGraphLoader')
| -rw-r--r-- | include/JSystem/J3DGraphLoader/J3DAnmLoader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphLoader/J3DAnmLoader.h b/include/JSystem/J3DGraphLoader/J3DAnmLoader.h index 21df0044fd..959f56df2f 100644 --- a/include/JSystem/J3DGraphLoader/J3DAnmLoader.h +++ b/include/JSystem/J3DGraphLoader/J3DAnmLoader.h @@ -10,6 +10,8 @@ struct J3DAnmBase; struct J3DAnmLoaderDataBase { /* 80337B40 */ static void* load(void const*, J3DAnmLoaderDataBaseFlag); /* 80338134 */ static void setResource(J3DAnmBase*, void const*); + + static void* load(void const* param_0) { return load(param_0, J3DLOADER_UNK_FLAG0); } }; #endif /* J3DANMLOADER_H */ |
