feat: add c++ file and remove mconfig file

This commit is contained in:
2025-08-11 23:38:45 +02:00
parent bc9c9b2a94
commit 78a6edf84b
11 changed files with 120 additions and 88 deletions

View File

@@ -1,7 +1,5 @@
#include "vec3.h"
#define VEC_SIZE 4
Vec3f_t vec3f(float x, float y, float z)
{
Vec3f_t vec = {.x = x, .y = y, .z = z};