From 1cc8f72fb1c44e203a324e274038c2883c351fbb Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 28 Mar 2026 22:14:32 +0200 Subject: feat: Add animation capabilities with linear interpolation --- global.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'global.h') diff --git a/global.h b/global.h index fc31f28..e54f111 100644 --- a/global.h +++ b/global.h @@ -3,10 +3,6 @@ #include -typedef uint8_t bool; -#define false 0 -#define true 1 - typedef int32_t i32; typedef uint32_t u32; typedef uint32_t usize; -- cgit v1.2.3