From 8a8ed6d3fa7059dbb2a95072bbae4bf4618349a0 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Thu, 21 Aug 2025 20:07:04 +0300 Subject: Work on animation subsystem - Also incomplete refactor of inline functions --- src/background.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/background.c') diff --git a/src/background.c b/src/background.c index d3588a7..c9ed1fb 100644 --- a/src/background.c +++ b/src/background.c @@ -3,6 +3,7 @@ #include #include #include +#include "utils.h" void AddBackground(const char* backgroundTextureName) { Entity e = {0}; -- cgit v1.2.3