aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 2 insertions, 0 deletions
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,