summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphLoader/J3DModelLoader.h
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2026-01-13 07:49:09 -0800
committerGitHub <noreply@github.com>2026-01-13 17:49:09 +0200
commit1a65a6bbbd263538bd04faae2d9e899d59ec0d5d (patch)
tree806aabed4c624787252b37072c36629c1a559bca /include/JSystem/J3DGraphLoader/J3DModelLoader.h
parentdd03bf861fdc92109c57d58cc7436066a8a02430 (diff)
J3D debug (#3037)
* J3DGraphBase debug * J3DGraphAnimator debug * J3DGraphLoader debug
Diffstat (limited to 'include/JSystem/J3DGraphLoader/J3DModelLoader.h')
-rw-r--r--include/JSystem/J3DGraphLoader/J3DModelLoader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphLoader/J3DModelLoader.h b/include/JSystem/J3DGraphLoader/J3DModelLoader.h
index 59912caf1a..847397a7dc 100644
--- a/include/JSystem/J3DGraphLoader/J3DModelLoader.h
+++ b/include/JSystem/J3DGraphLoader/J3DModelLoader.h
@@ -333,6 +333,7 @@ public:
class J3DModelLoaderDataBase {
public:
static J3DModelData* load(void const* i_data, u32 i_flags);
+ static J3DModelData* loadBinaryDisplayList(const void* i_data, u32 flags);
};
/**