mirror of
https://github.com/zeldaret/ss
synced 2026-09-03 09:59:55 -04:00
d_a_obj_utajima_island OK (#73)
* d_a_obj_utajima_island OK * Name one field * mAngle constants
This commit is contained in:
@@ -12,6 +12,7 @@ BOOL chase(short *value, short target, short stepSize);
|
||||
BOOL chase(int *value, int target, int stepSize);
|
||||
BOOL chase(float *value, float target, float stepSize);
|
||||
BOOL chaseAngle(short *value, short target, short stepSize);
|
||||
BOOL chaseAngle2(short *value, short target, short stepSize);
|
||||
|
||||
// Inofficial names
|
||||
float extrapolate(float start, float end, float scale);
|
||||
|
||||
Reference in New Issue
Block a user