From 1edd7f510bb901726f4e47c7d132f1abb06c4b10 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 20 Jul 2025 13:04:18 -0600 Subject: Going to call it good enough even though it sucks --- src/world.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/world.h') 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 -- cgit v1.2.3