mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-16 04:23:56 -04:00
Finish & link m_inventory_ovl
This commit is contained in:
+4
-1
@@ -4,6 +4,9 @@
|
||||
#include "types.h"
|
||||
|
||||
#define SQRT_OF_2_F 1.41421356237309504880f
|
||||
#define SQRT_OF_3_F 1.73205080756887729353f
|
||||
|
||||
#define SQRT_3_OVER_3_F (SQRT_OF_3_F / 3.0f)
|
||||
|
||||
#define M_PI 3.14159265358979323846f
|
||||
|
||||
@@ -15,4 +18,4 @@ f32 fatan2(f32, f32);
|
||||
f64 fsqrt(f32);
|
||||
|
||||
f32 facos(f32);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user