diff options
| author | lepelog <25211966+lepelog@users.noreply.github.com> | 2025-12-02 17:44:48 +0100 |
|---|---|---|
| committer | lepelog <25211966+lepelog@users.noreply.github.com> | 2025-12-02 17:44:48 +0100 |
| commit | 08844fb5da445344613971b66e7fdc9ff55290ac (patch) | |
| tree | b7c7f69b697349fd267e67fa7a482bb16038cf3a /include/c | |
| parent | 4e39bcca32c51cc0fb109d1a6918828499da8309 (diff) | |
start with d_t_insect
Diffstat (limited to 'include/c')
| -rw-r--r-- | include/c/c_lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/c/c_lib.h b/include/c/c_lib.h index 04829ddd..be7b0d5e 100644 --- a/include/c/c_lib.h +++ b/include/c/c_lib.h @@ -8,6 +8,7 @@ namespace cLib { s16 targetAngleY(const mVec3_c &target, const mVec3_c &source); s16 targetAngleX(const mVec3_c &target, const mVec3_c &source); +s16 offsetPos(mVec3_c &target, const mVec3_c &v1, s16 angle, const mVec3_c &v2); 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); |
