mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 07:34:23 +00:00
feat: add c++ file and remove mconfig file
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user