aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h2
1 files changed, 1 insertions, 1 deletions
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