aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-07-27 10:29:07 +0000
committernathan <nathansmith@disroot.org>2025-07-27 10:29:07 +0000
commit49a0487a9c02a4bcd9da965400e393820ba6372f (patch)
tree877fc60f249119704b60800e2b3d94895ee5a9f6 /src/utils.h
parent68a46c5d8e92218622c93bd3b5356c25c079fef4 (diff)
downloadFindThings-49a0487a9c02a4bcd9da965400e393820ba6372f.tar.gz
FindThings-49a0487a9c02a4bcd9da965400e393820ba6372f.tar.bz2
FindThings-49a0487a9c02a4bcd9da965400e393820ba6372f.zip
Bush
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,