More work on menu

This commit is contained in:
Diegoisawesome
2018-01-29 17:26:36 -06:00
parent a3ed94dc69
commit 3793152bc3
7 changed files with 280 additions and 882 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#define INCBIN_S32 {0}
#endif // __APPLE__
#define ARRAY_COUNT(array) (sizeof(array) / sizeof((array)[0]))
#define ARRAY_COUNT(array) (size_t)(sizeof(array) / sizeof((array)[0]))
// useful math macros