summaryrefslogtreecommitdiff
path: root/src/d/d_attention.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 /src/d/d_attention.cpp
parenta23a10639979ee10cbea5ffdadadc490d9e60227 (diff)
auto decompile more functions
Diffstat (limited to 'src/d/d_attention.cpp')
-rw-r--r--src/d/d_attention.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/d/d_attention.cpp b/src/d/d_attention.cpp
index d6b8a008d3..481e30e720 100644
--- a/src/d/d_attention.cpp
+++ b/src/d/d_attention.cpp
@@ -38,10 +38,10 @@ struct mDoExt_bpkAnm {
/* 8000D518 */ void entry(J3DMaterialTable*, f32);
};
-struct J3DModelData {};
-
struct J3DAnmTransform {};
+struct J3DModelData {};
+
struct mDoExt_bckAnm {
/* 8000D7DC */ void init(J3DAnmTransform*, int, int, f32, s16, s16, bool);
/* 8000D9CC */ void entry(J3DModelData*, f32);
@@ -71,6 +71,12 @@ struct dRes_control_c {
/* 8003C2EC */ void getRes(char const*, s32, dRes_info_c*, int);
};
+struct Vec {};
+
+struct cXyz {
+ /* 80266B34 */ void operator-(Vec const&) const;
+};
+
struct cSAngle {
/* 80270F68 */ cSAngle(cSAngle const&);
/* 80270F98 */ cSAngle(s16);
@@ -78,12 +84,6 @@ struct cSAngle {
/* 80271228 */ void operator-(s16) const;
};
-struct Vec {};
-
-struct cXyz {
- /* 80266B34 */ void operator-(Vec const&) const;
-};
-
struct dAttention_c {
/* 80070198 */ dAttention_c(fopAc_ac_c*, u32);
/* 80070774 */ ~dAttention_c();