rework: change struct to full c

This commit is contained in:
2025-08-28 21:21:03 +02:00
parent a5a9cc596d
commit 471b21b952
14 changed files with 84 additions and 385 deletions

8
src/main.c Normal file
View File

@@ -0,0 +1,8 @@
#include <stdio.h>
#include "math/mat4.h"
int main(int argc, const char** argv)
{
printf("hello world");
return 0;
}