aboutsummaryrefslogtreecommitdiff
path: root/source/chad.h
diff options
context:
space:
mode:
authorEmil Williams2026-02-11 22:40:44 +0000
committerEmil Williams2026-02-14 00:52:41 +0000
commitdc655ac2079e0eea55c56b6712bf6a2167b57845 (patch)
tree1006f06ddda24c87ffdf549ab7639c89703cc9fb /source/chad.h
parentcd111fbabfa1f84c9c9aa35f1242d4edbec15b22 (diff)
downloadMonobomberman-dc655ac2079e0eea55c56b6712bf6a2167b57845.tar.xz
Monobomberman-dc655ac2079e0eea55c56b6712bf6a2167b57845.tar.zst
primitive implementation
added movement, explosions, the conception of death, and bugs
Diffstat (limited to 'source/chad.h')
-rw-r--r--source/chad.h1
1 files changed, 1 insertions, 0 deletions
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 <stdint.h>
#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))