From d594afee3b6c55f24ecf05663b688ea488f073e6 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 9 Jul 2025 02:49:54 -0600 Subject: Finally some speed and no overlap! --- src/utils.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 08a7420..f660b66 100644 --- a/src/utils.h +++ b/src/utils.h @@ -13,7 +13,7 @@ #ifndef UTIL_H #define UTIL_H -typedef struct Game Game; +#define FT_DEBUG_MODE #define FT_NAMEMAX 256 @@ -29,6 +29,8 @@ typedef struct Game Game; #define ALLOCATION_ERROR TraceLog(LOG_ERROR, "Allocation error in %s:%d", \ __FILE__, __LINE__); +typedef struct Game Game; + typedef enum FTError { FTERROR = -1, FTSUCCESS = 0 -- cgit v1.2.3