diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |