diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2021-10-11 09:38:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 18:38:53 +0200 |
| commit | a2636e84c3eefa98ad8a24dbb5398b664f3d732a (patch) | |
| tree | 2d2dd404de4364097f3490c77dfc8167e420da5e /libs/JSystem/J3DGraphLoader | |
| parent | 5084413cb7c8869a866ed552070369b1aadc748f (diff) | |
J3D setup (#155)
* setup j3d classes
* remove asm
* fixes
* fix newDifferedDisplayList
Diffstat (limited to 'libs/JSystem/J3DGraphLoader')
| -rw-r--r-- | libs/JSystem/J3DGraphLoader/J3DAnmLoader.cpp | 9 | ||||
| -rw-r--r-- | libs/JSystem/J3DGraphLoader/J3DClusterLoader.cpp | 4 | ||||
| -rw-r--r-- | libs/JSystem/J3DGraphLoader/J3DModelLoader.cpp | 4 |
3 files changed, 0 insertions, 17 deletions
diff --git a/libs/JSystem/J3DGraphLoader/J3DAnmLoader.cpp b/libs/JSystem/J3DGraphLoader/J3DAnmLoader.cpp index 7f1cbb4bd0..96f7494548 100644 --- a/libs/JSystem/J3DGraphLoader/J3DAnmLoader.cpp +++ b/libs/JSystem/J3DGraphLoader/J3DAnmLoader.cpp @@ -66,15 +66,6 @@ struct J3DAnmTevRegKey { /* 8032AE18 */ J3DAnmTevRegKey(); }; -struct J3DAnmLoaderDataBaseFlag {}; - -struct J3DAnmBase {}; - -struct J3DAnmLoaderDataBase { - /* 80337B40 */ void load(void const*, J3DAnmLoaderDataBaseFlag); - /* 80338134 */ void setResource(J3DAnmBase*, void const*); -}; - struct J3DAnmLoader { /* 80339800 */ ~J3DAnmLoader(); }; diff --git a/libs/JSystem/J3DGraphLoader/J3DClusterLoader.cpp b/libs/JSystem/J3DGraphLoader/J3DClusterLoader.cpp index b0d7bb9be2..4bac4d2081 100644 --- a/libs/JSystem/J3DGraphLoader/J3DClusterLoader.cpp +++ b/libs/JSystem/J3DGraphLoader/J3DClusterLoader.cpp @@ -34,10 +34,6 @@ struct J3DClusterLoader_v15 { /* 803342F8 */ void readCluster(J3DClusterBlock const*); }; -struct J3DClusterLoaderDataBase { - /* 80334130 */ void load(void const*); -}; - struct J3DClusterLoader { /* 803345FC */ ~J3DClusterLoader(); }; diff --git a/libs/JSystem/J3DGraphLoader/J3DModelLoader.cpp b/libs/JSystem/J3DGraphLoader/J3DModelLoader.cpp index 91937fdd9f..78ad78ab7d 100644 --- a/libs/JSystem/J3DGraphLoader/J3DModelLoader.cpp +++ b/libs/JSystem/J3DGraphLoader/J3DModelLoader.cpp @@ -122,10 +122,6 @@ struct J3DModelLoader_v21 { /* 803363F4 */ ~J3DModelLoader_v21(); }; -struct J3DModelLoaderDataBase { - /* 803346BC */ void load(void const*, u32); -}; - struct J3DDrawBlock {}; struct J3DMaterialDLBlock {}; |
