diff options
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 1 |
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 |