clear clang errors
This commit is contained in:
@@ -18,6 +18,9 @@ typedef double f64;
|
||||
typedef uintptr_t uptr;
|
||||
typedef ptrdiff_t ptrdiff;
|
||||
|
||||
typedef uint8_t bool8;
|
||||
typedef uint32_t bool32;
|
||||
|
||||
typedef enum { HILOAD_FAIL = 0, HILOAD_OK } HiloadResult;
|
||||
#define HILOADRES(res) ((res) == HILOAD_OK)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user