aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-11-06 11:04:42 +0000
committernathan <nathansmith@disroot.org>2025-11-06 11:04:42 +0000
commit6fea2be59237f6d43c45dbda95f62346779b21e6 (patch)
tree62123859bed12985af4cb3475fb1575b70a41eb6 /src/utils.h
parent485584966a5592eec6fd8b3b815cb23f26984733 (diff)
downloadFindThings-6fea2be59237f6d43c45dbda95f62346779b21e6.tar.gz
FindThings-6fea2be59237f6d43c45dbda95f62346779b21e6.tar.bz2
FindThings-6fea2be59237f6d43c45dbda95f62346779b21e6.zip
Cleaned up floating window code
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h
index 96261b9..75e27fd 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -56,8 +56,6 @@
#define RANDOM_DIRECTION_UNITS 4096
-typedef void (*DrawWindowContentCallback)(Vector2 position, Vector2 scroll);
-
// Typedef hackery.
typedef struct Game Game;
typedef struct World World;