From dc655ac2079e0eea55c56b6712bf6a2167b57845 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 11 Feb 2026 22:40:44 +0000 Subject: primitive implementation added movement, explosions, the conception of death, and bugs --- source/chad.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/chad.h') diff --git a/source/chad.h b/source/chad.h index ceaec36..01eed68 100644 --- a/source/chad.h +++ b/source/chad.h @@ -13,6 +13,7 @@ #include #define always_inline static inline __attribute__((always_inline)) +#define aligned __attribute__((aligned)) #define MIN(a,b) ((a)<(b)?(a):(b)) #define MAX(a,b) ((a)>(b)?(a):(b)) -- cgit v1.2.3