mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-17 12:39:30 -04:00
More work on emu64
This commit is contained in:
@@ -43,7 +43,11 @@ typedef u32 unknown;
|
||||
#define FALSE 0
|
||||
|
||||
#ifndef NULL
|
||||
#ifndef __cplusplus
|
||||
#define NULL ((void*)0)
|
||||
#else
|
||||
#define NULL 0
|
||||
#endif
|
||||
#endif
|
||||
#define nullptr 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user