summaryrefslogtreecommitdiff
path: root/libs/JSystem/J3DGraphAnimator/J3DModel.cpp
diff options
context:
space:
mode:
authorJulgodis <>2021-04-08 21:05:48 +0200
committerJulgodis <>2021-04-08 21:05:48 +0200
commit2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (patch)
tree4e6d8499431192316bc2bae0cec8e6f92636b4b4 /libs/JSystem/J3DGraphAnimator/J3DModel.cpp
parenta23a10639979ee10cbea5ffdadadc490d9e60227 (diff)
auto decompile more functions
Diffstat (limited to 'libs/JSystem/J3DGraphAnimator/J3DModel.cpp')
-rw-r--r--libs/JSystem/J3DGraphAnimator/J3DModel.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/JSystem/J3DGraphAnimator/J3DModel.cpp b/libs/JSystem/J3DGraphAnimator/J3DModel.cpp
index 8cc33ec883..42ea6a7b13 100644
--- a/libs/JSystem/J3DGraphAnimator/J3DModel.cpp
+++ b/libs/JSystem/J3DGraphAnimator/J3DModel.cpp
@@ -14,11 +14,6 @@
struct Vec {};
struct J3DModel;
-struct J3DDeformData {
- /* 8032E230 */ void offAllFlag(u32);
- /* 8032E274 */ void deform(J3DModel*);
-};
-
struct J3DModelData {
/* 803260F8 */ void syncJ3DSysFlags() const;
};
@@ -31,6 +26,11 @@ struct J3DSkinDeform {
/* 8032DFDC */ void deform(J3DModel*);
};
+struct J3DDeformData {
+ /* 8032E230 */ void offAllFlag(u32);
+ /* 8032E274 */ void deform(J3DModel*);
+};
+
struct J3DModel {
/* 80327100 */ void initialize();
/* 80327184 */ void entryModelData(J3DModelData*, u32, u32);