aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-11-05 14:39:05 +0000
committernathan <nathansmith@disroot.org>2025-11-05 14:39:05 +0000
commit754fc059c3a6b3a1bc204f87d58152dbb65b2abe (patch)
treef464751fe4a9c168eb3928009dd530a9b0dcfd6f /src/utils.h
parent2769ba6929b8aff2eadbb6c2e66ef4db25332e9b (diff)
downloadFindThings-754fc059c3a6b3a1bc204f87d58152dbb65b2abe.tar.gz
FindThings-754fc059c3a6b3a1bc204f87d58152dbb65b2abe.tar.bz2
FindThings-754fc059c3a6b3a1bc204f87d58152dbb65b2abe.zip
UGGGG I will have to test this shit
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index 8fb2282..eba0333 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -56,7 +56,7 @@
#define RANDOM_DIRECTION_UNITS 4096
-typedef void (*DrawWindowContentCallback)(Rectangle rect);
+typedef void (*DrawWindowContentCallback)(Vector2 position, Vector2 scroll);
// Typedef hackery.
typedef struct Game Game;