Decompile func0f0cc3b8

This commit is contained in:
Ryan Dwyer
2020-05-05 20:56:28 +10:00
parent c09bc9b4c9
commit 3b5a17e034
12 changed files with 104 additions and 212 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#define M_BADTAU (M_BADPI * 2)
#define M_TAU (M_PI * 2)
#define DEG2RAD(deg) ((deg) * 0.01745f)
#define DEG2RAD(deg) ((deg) * 0.017450513318f)
#define RAD2DEG(rad) ((rad) * 57.2958f)
#endif