mirror of
https://github.com/zeldaret/ph
synced 2026-08-18 05:18:17 -04:00
started debug display/error
This commit is contained in:
@@ -22,5 +22,6 @@ typedef s32 bool;
|
||||
#endif
|
||||
|
||||
#define CEIL_DIV(a, b) (((a) + (b) - 1) / (b))
|
||||
#define UNK_PTR unk32*
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user