mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
rename sine and cosine funcs
This commit is contained in:
@@ -5,5 +5,7 @@
|
||||
#include "structs.h"
|
||||
|
||||
extern s16 atan2f(f32 y, f32 x);
|
||||
extern f32 sine_s(s16 angle);
|
||||
extern f32 cosine_s(s16 angle);
|
||||
|
||||
#endif // MATH_UTIL_H
|
||||
|
||||
Reference in New Issue
Block a user