move to header

This commit is contained in:
Alejandro Javier Asenjo Nitti
2023-10-18 10:38:09 -03:00
parent 4e1b602d1e
commit 02784c1865
3 changed files with 12 additions and 7 deletions
+2
View File
@@ -59,6 +59,8 @@ typedef double f64; /* double prec floating point */
typedef u32 size_t;
typedef unsigned long int uintptr_t;
typedef float Matrix[4][4];
#endif /* _LANGUAGE_C */