some hilariously destructive renaming because damn it's used a lot by the assembly

oh but also I added a math_util.h so one can include the assembly func headers
This commit is contained in:
Fazana
2022-05-01 18:33:37 +01:00
parent 7db2d6d418
commit d28382b328
46 changed files with 294 additions and 284 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef MATH_UTIL_H
#define MATH_UTIL_H
#include "types.h"
#include "structs.h"
extern s16 atan2f(f32 y, f32 x);
#endif // MATH_UTIL_H