misc cleanup

This commit is contained in:
Jasper St. Pierre
2026-03-01 15:36:50 -08:00
parent d83267098e
commit fe21abb1ec
4 changed files with 78 additions and 78 deletions
+5
View File
@@ -8,6 +8,11 @@
#define M_PI 3.14159265358979323846f
#endif
struct cXy {
f32 x;
f32 y;
};
struct cXyz : Vec {
static const cXyz Zero;
static const cXyz BaseX;