mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-09-02 08:43:48 -04:00
Implement & link save_menu.c
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user