mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user