mirror of
https://github.com/zeldaret/ph
synced 2026-08-18 13:22:45 -04:00
Document math functions
This commit is contained in:
@@ -15,6 +15,10 @@ typedef s8 unk8;
|
||||
typedef s16 unk16;
|
||||
typedef s32 unk32;
|
||||
|
||||
#ifndef __cplusplus
|
||||
typedef s32 bool;
|
||||
#endif
|
||||
|
||||
#define CEIL_DIV(a, b) (((a) + (b) - 1) / (b))
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user