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
+1 -1
View File
@@ -134,4 +134,4 @@ typedef struct {
u8 map[PFS_INODE_DIST_MAP];
} __OSInodeCache;
#endif
#endif
+2
View File
@@ -39,4 +39,6 @@ typedef s32 ptrdiff_t;
//#include <stddef.h>
//#endif
typedef float Matrix[4][4];
#endif