mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 09:34:24 +00:00
feat: rename and change few things
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user