gonna get this clean one of these days.

This commit is contained in:
Yggdrasil75
2025-12-30 15:00:58 -05:00
parent 05f709c00b
commit 02115dcfc0
5 changed files with 133 additions and 846 deletions

6
util/basicdefines.hpp Normal file
View File

@@ -0,0 +1,6 @@
#ifndef M_PI
#define M_PI 3.14159265358979323846f
#endif
#ifndef EPSILON
#define EPSILON 0.0000000000000000000000001f
#endif