From d3a1bb552e9efc4e516841158aaaea3d8ab9202d Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Wed, 11 Mar 2026 23:16:49 +0100 Subject: refactor(entity): replace EntityManager with typed Entities struct --- include/globals.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 include/globals.h (limited to 'include/globals.h') diff --git a/include/globals.h b/include/globals.h deleted file mode 100644 index e7830de..0000000 --- a/include/globals.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef GLOBALS_H -#define GLOBALS_H - -#include "raylib.h" - -#define TILE_SIZE 16 -#define SCREEN_WIDTH 1280 -#define SCREEN_HEIGHT 720 -#define BACKGROUND_COLOR (Color){ 88, 68, 34, 255 } - -extern bool debugMode; - -#endif -- cgit v1.3.1