Implement & link save_menu.c

This commit is contained in:
Cuyler36
2023-05-30 03:55:27 -04:00
parent bf9e2a3be4
commit f97150bdec
10 changed files with 338 additions and 5 deletions
+2
View File
@@ -53,6 +53,8 @@ typedef u32 unknown;
#endif
#endif
#define ARRAY_SIZE(arr, type) (sizeof(arr) / sizeof(type))
#define MAX(a, b) (((a) > (b)) ? (a) : (b))
#define MIN(a, b) (((a) < (b)) ? (a) : (b))