mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-09-09 19:01:16 -04:00
merge cuyler's PR
This commit is contained in:
@@ -37,4 +37,8 @@ typedef u32 unknown;
|
||||
#define FALSE 0
|
||||
#define NULL ((void*)0)
|
||||
#define nullptr 0
|
||||
|
||||
#define MAX(a, b) (((a) > (b)) ? (a) : (b))
|
||||
#define MIN(a, b) (((a) < (b)) ? (a) : (b))
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user