Attempt to decompile func0f0bd904

This commit is contained in:
Ryan Dwyer
2020-05-02 13:28:01 +10:00
parent 94e809ceaa
commit 26511167a8
40 changed files with 1491 additions and 494 deletions
+3
View File
@@ -8,4 +8,7 @@
#define M_BADTAU (M_BADPI * 2)
#define M_TAU (M_PI * 2)
#define DEG2RAD(deg) ((deg) * 0.01745f)
#define RAD2DEG(rad) ((rad) * 57.2958f)
#endif