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/c | |
| 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/c')
| -rw-r--r-- | include/c/c_lib.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/c/c_lib.h b/include/c/c_lib.h index ea300953..46f809a1 100644 --- a/include/c/c_lib.h +++ b/include/c/c_lib.h @@ -6,8 +6,9 @@ namespace cLib { -s32 targetAngleY(const mVec3_c &target, const mVec3_c &source); -s32 targetAngleX(const mVec3_c &target, const mVec3_c &source); +s16 targetAngleY(const mVec3_c &target, const mVec3_c &source); +s16 targetAngleX(const mVec3_c &target, const mVec3_c &source); +void addCalcPos2(mVec3_c *src, const mVec3_c &target, f32 scale, f32 maxStep); f32 addCalcPosXZ(mVec3_c *src, const mVec3_c &target, f32 scale, f32 maxStep, f32 minStep); f32 addCalcPos(mVec3_c *src, const mVec3_c &target, f32 scale, f32 maxStep, f32 minStep); |
