diff options
| author | Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> | 2025-05-18 18:24:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-18 18:24:58 -0400 |
| commit | 9d688025070b6646fc332c6405448ce01b8a9dd2 (patch) | |
| tree | 53690c4e58d8b5a0fedb351fdfc2b8ce1458b126 /include/d/d_camera.h | |
| parent | d19aad44d13a7e17a3615b25d9368ff15069a395 (diff) | |
d_a_e_sm (chu chu) start (#117)
* d_a_e_sm (chu chu) start
* progress, includes LightParam addition in BlurPaletteMgr
* oops - TBox Progress I guess
* dAcEsm_c::actorExecute and Particle Resource data moved
* step in symbols map
* Update blur_and_palette_manager.h
* m_angle cleanup pass
* Last explicit_zero_data Fixes #69
* add mQuat_c ctor
Diffstat (limited to 'include/d/d_camera.h')
| -rw-r--r-- | include/d/d_camera.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/d/d_camera.h b/include/d/d_camera.h index c0973223..ad114811 100644 --- a/include/d/d_camera.h +++ b/include/d/d_camera.h @@ -20,6 +20,9 @@ public: const mVec3_c &getPositionMaybe() const { return mPositionMaybe; } + const mVec3_c &getField_0x78() const { + return field_0x78; + } bool doFn_800918E0(s32 a1, s16 a2) { return fn_800918E0(field_0xDA0, a1, a2); @@ -28,7 +31,8 @@ public: private: /* 0x068 */ u8 _0x068[0x6C - 0x068]; /* 0x06C */ mVec3_c mPositionMaybe; - /* 0x078 */ u8 _0x078[0xD98 - 0x078]; + /* 0x078 */ mVec3_c field_0x78; + /* 0x084 */ u8 _0x084[0xD98 - 0x084]; /* 0xD98 */ void *field_0xD98; /* 0xD9C */ u8 _0xD9C[0xDA0 - 0xD9C]; /* 0xDA0 */ void *field_0xDA0; |
