diff options
Diffstat (limited to 'src/background.c')
-rw-r--r-- | src/background.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <raymath.h> #include <assert.h> #include <stdlib.h> +#include "utils.h" void AddBackground(const char* backgroundTextureName) { Entity e = {0}; |