Type and naming cleanup

Do not use Hi prefic for things that shouldn't be visible to outside code
This commit is contained in:
2025-05-02 00:15:51 +03:00
parent 3baa45c32e
commit 5539596929
21 changed files with 263 additions and 242 deletions

View File

@@ -1,6 +1,8 @@
#ifndef TYPES_H_
#define TYPES_H_
#include "hitypes.h"
#include <stddef.h>
#include <stdint.h>
@@ -21,7 +23,4 @@ typedef ptrdiff_t ptrdiff;
typedef uint8_t bool8;
typedef uint32_t bool32;
typedef enum { HILOAD_FAIL = 0, HILOAD_OK } HiloadResult;
#endif // TYPES_H_