From f95068d73410aa6d01e8ba91b430ca05d404a57b Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Tue, 26 Aug 2025 19:54:09 +0300 Subject: Added barrel, next up sprite Z-sorting(ugh) --- include/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/utils.h') diff --git a/include/utils.h b/include/utils.h index 3381828..5a4a4ac 100644 --- a/include/utils.h +++ b/include/utils.h @@ -4,6 +4,8 @@ #include #include "game.h" +#define UNUSED(x) (void)x + static inline bool EntityAllocated(const Entity* e) { return (e->flags & ENTITY_ALLOCATED); } -- cgit v1.2.3