diff options
Diffstat (limited to 'src/d/d_attention.cpp')
| -rw-r--r-- | src/d/d_attention.cpp | 16 |
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(); |
