summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2026-03-28 22:14:32 +0200
committerSyndamia <kamen@syndamia.com>2026-03-28 22:14:32 +0200
commit1cc8f72fb1c44e203a324e274038c2883c351fbb (patch)
treebb3f63143fc643fa9d35bcba6566a0d6ef445cab /global.h
parent6a63e2c0e1f37c502501e1b611e8dc289476c1f2 (diff)
downloadppm_graphics-1cc8f72fb1c44e203a324e274038c2883c351fbb.tar
ppm_graphics-1cc8f72fb1c44e203a324e274038c2883c351fbb.tar.gz
ppm_graphics-1cc8f72fb1c44e203a324e274038c2883c351fbb.zip
feat: Add animation capabilities with linear interpolation
Diffstat (limited to 'global.h')
-rw-r--r--global.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/global.h b/global.h
index fc31f28..e54f111 100644
--- a/global.h
+++ b/global.h
@@ -3,10 +3,6 @@
#include <stdint.h>
-typedef uint8_t bool;
-#define false 0
-#define true 1
-
typedef int32_t i32;
typedef uint32_t u32;
typedef uint32_t usize;