summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphAnimator/J3DModelData.h
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2021-05-23 03:09:59 -0700
committerGitHub <noreply@github.com>2021-05-23 12:09:59 +0200
commite915df66c806bdff65aa243649f7abfe6cc19227 (patch)
tree226e708c0546c45f65420446382ba597ad773651 /include/JSystem/J3DGraphAnimator/J3DModelData.h
parent462d71cbef02ef119fc2aa480b98cfeedde46441 (diff)
move d_a_alink and some related stuff (#130)
* clean up d_a_player * move some of daalink * more daalink / daplayer * setup some daalink members * rest of daalink members setup * remove comment * few more matches * remove asm * more matches * more matches + move e_wb_class * fix some d_save classes Co-authored-by: lepelog <lepelog@users.noreply.github.com>
Diffstat (limited to 'include/JSystem/J3DGraphAnimator/J3DModelData.h')
-rw-r--r--include/JSystem/J3DGraphAnimator/J3DModelData.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DModelData.h b/include/JSystem/J3DGraphAnimator/J3DModelData.h
index 84e10af0fb..76d4b40ab7 100644
--- a/include/JSystem/J3DGraphAnimator/J3DModelData.h
+++ b/include/JSystem/J3DGraphAnimator/J3DModelData.h
@@ -3,4 +3,16 @@
#include "dolphin/types.h"
+class J3DModelData {
+ /* 80325D88 */ void clear();
+ /* 80325DA0 */ J3DModelData();
+ /* 80325E14 */ void newSharedDisplayList(u32);
+ /* 80325EC8 */ void indexToPtr();
+ /* 80325F94 */ void makeSharedDL();
+ /* 8032600C */ void simpleCalcMaterial(u16, f32 (*)[4]);
+ /* 803260CC */ void syncJ3DSysPointers() const;
+ /* 803260F8 */ void syncJ3DSysFlags() const;
+ /* 8032617C */ ~J3DModelData();
+};
+
#endif /* J3DMODELDATA_H */