aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-07-20 19:04:18 +0000
committernathan <nathansmith@disroot.org>2025-07-20 19:04:18 +0000
commit1edd7f510bb901726f4e47c7d132f1abb06c4b10 (patch)
treed8343a0538eb050506f40ca4b5124db0f397f862 /src/world.h
parent0d2212978cf0198f02b48d1fe8cbaa3b3706682c (diff)
downloadFindThings-1edd7f510bb901726f4e47c7d132f1abb06c4b10.tar.gz
FindThings-1edd7f510bb901726f4e47c7d132f1abb06c4b10.tar.bz2
FindThings-1edd7f510bb901726f4e47c7d132f1abb06c4b10.zip
Going to call it good enough even though it sucks
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/world.h b/src/world.h
index 39abb38..5482b0b 100644
--- a/src/world.h
+++ b/src/world.h
@@ -42,5 +42,6 @@ void freeWorld(World world);
// Dam, I wanta live in a free world ):
float getWorldHeightAtLocation(const World* world, float x, float y);
+WorldUID castRayAtWorld(const World* world, Ray ray);
#endif