diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-05 14:37:11 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-05 14:37:11 +0200 |
| commit | 0a2b0e347d926ac0f29c9dd0f49e00634e822d0e (patch) | |
| tree | f84ecc1e559227b1435f6647b36d150f4b101585 /include/config.hpp | |
| parent | cd827834f9ee329c27b82d987f0d1d48a854a954 (diff) | |
namespace administration
Diffstat (limited to 'include/config.hpp')
| -rw-r--r-- | include/config.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.hpp b/include/config.hpp index fc15e84..5fe4a2c 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -19,12 +19,12 @@ #include "stdint.h" #include "imgui.h" -#define s8 int8_t +#define s8 int8_t #define s16 int16_t #define s32 int32_t #define s64 int64_t -#define u8 uint8_t +#define u8 uint8_t #define u16 uint16_t #define u32 uint32_t #define u64 uint64_t |
