summaryrefslogtreecommitdiff
path: root/include/s
diff options
context:
space:
mode:
authorelijah-thomas774 <elijahthomas774@gmail.com>2024-08-27 10:48:50 -0400
committerelijah-thomas774 <elijahthomas774@gmail.com>2024-08-27 10:48:50 -0400
commit37406236795ad7219855b01fd095327484c5d03e (patch)
tree18d15172949eeee7a140e4c80f24c1b083aab5dc /include/s
parentb4484db5d9ad5f7f0134c5a2832353a7a64af279 (diff)
a lot closer + Some updates
Diffstat (limited to 'include/s')
-rw-r--r--include/s/s_Math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/s/s_Math.h b/include/s/s_Math.h
index bd49c2a3..78d7c1d4 100644
--- a/include/s/s_Math.h
+++ b/include/s/s_Math.h
@@ -13,13 +13,13 @@ BOOL chase(int *value, int target, int stepSize);
BOOL chase(float *value, float target, float stepSize);
BOOL chaseAngle(short *value, short target, short stepSize);
-
// Inofficial names
float extrapolate(float start, float end, float scale);
BOOL isInRange(float val, float min, float max);
void addCalcScaledDiff(float *value, float target, float ratio, float maxStepSize);
void addCalcScaled(float *value, float stepSize, float maxStep);
int absDiff(short a1, short a2);
+BOOL chaseUC(u8 *value, u8 target, u8 stepSize);
} // namespace sLib