diff options
| author | nasr <nsrddyn@gmail.com> | 2026-03-17 20:36:56 +0000 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-03-17 20:36:56 +0000 |
| commit | faaebe4f754d2bf138803e94424935de12a20235 (patch) | |
| tree | 2524b5ab212b8d3dccd2731e4a006d2955ac774f /source | |
| parent | 3f6096c322192c7024d5eae8b21a3e5f24f6903e (diff) | |
feature(base): signed boolean. sometimes i want to return -1 even though it doesnt fit the boolean description
Diffstat (limited to 'source')
| -rwxr-xr-x | source/base/base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/base/base.h b/source/base/base.h index e1af950..b9e317a 100755 --- a/source/base/base.h +++ b/source/base/base.h | |||
| @@ -62,7 +62,7 @@ typedef double f64; | |||
| 62 | 62 | ||
| 63 | typedef s32 b32; | 63 | typedef s32 b32; |
| 64 | typedef s16 b16; | 64 | typedef s16 b16; |
| 65 | typedef u8 b8; | 65 | typedef s8 b8; |
| 66 | 66 | ||
| 67 | typedef uintptr_t umm; | 67 | typedef uintptr_t umm; |
| 68 | typedef intptr_t smm; | 68 | typedef intptr_t smm; |
