From 49a0487a9c02a4bcd9da965400e393820ba6372f Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 27 Jul 2025 04:29:07 -0600 Subject: Bush --- src/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 1c78b45..08239b8 100644 --- a/src/utils.h +++ b/src/utils.h @@ -29,7 +29,9 @@ #define ALLOCATION_ERROR TraceLog(LOG_ERROR, "Allocation error in %s:%d", \ __FILE__, __LINE__) +// Typedef hackery. typedef struct Game Game; +typedef struct World World; typedef enum FTError { FTERROR = -1, -- cgit v1.2.3