mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 09:34:24 +00:00
rework: change struct to full c
This commit is contained in:
8
src/main.c
Normal file
8
src/main.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
#include "math/mat4.h"
|
||||
|
||||
int main(int argc, const char** argv)
|
||||
{
|
||||
printf("hello world");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user