feat: rename and change few things

This commit is contained in:
2025-05-16 18:39:03 +02:00
parent 37ee18c0e6
commit 19e57fb1ae
8 changed files with 24 additions and 84 deletions

View File

@@ -1,4 +1,4 @@
#include "math/vector3.h"
#include "math/vec3.h"
#include <stdio.h>
#define printVector3(v) { printf("(%f, %f, %f)", v.x, v.y, v.z); }