summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-02-07 11:36:21 +0100
committerAnton Kling <anton@kling.gg>2024-02-07 22:25:47 +0100
commit35958c8c6b600482f68fef08ac26547b5655e987 (patch)
treea3329136adc1b92885c60462e7dd74c98eaa0953 /include
parentb7fa1457727338416499d1b0144f1042a6878a97 (diff)
A lot of small changes
Diffstat (limited to 'include')
-rw-r--r--include/typedefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/typedefs.h b/include/typedefs.h
index e290716..e2226fd 100644
--- a/include/typedefs.h
+++ b/include/typedefs.h
@@ -9,3 +9,5 @@ typedef int8_t i8;
typedef int16_t i16;
typedef int32_t i32;
typedef int64_t i64;
+
+#define U32_MAX 4294967295