From 9d4afb36347a49251f0968e898089d4ff46390ed Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 23 Jul 2025 20:38:23 -0600 Subject: Existance is stuppa --- src/world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index 5482b0b..3c18e9f 100644 --- a/src/world.h +++ b/src/world.h @@ -42,6 +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); +WorldUID castRayAtWorld(const World* world, Ray ray, int* tests); #endif -- cgit v1.2.3