Identify many variable types and fix some compiler warnings

This commit is contained in:
Ryan Myers
2021-09-09 09:18:51 -04:00
parent f4cfb669ef
commit a2ef26b367
22 changed files with 186 additions and 159 deletions
+2
View File
@@ -39,6 +39,8 @@ typedef s32 ptrdiff_t;
//#include <stddef.h>
//#endif
typedef float Matrix[4][4];
#define stubbed_printf
#endif