started adding a translator

This commit is contained in:
unknown
2026-08-25 15:18:47 -05:00
parent 0c96d5cbdb
commit 03100e4a1a
8 changed files with 63 additions and 4 deletions
+1
View File
@@ -16,5 +16,6 @@ struct Types {
using uint_32 = unsigned int;
using vec2 = _v2;
using BOOLEAN = bool;
};