diff options
author | nathan <nathansmith@disroot.org> | 2025-07-24 02:38:23 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-24 02:38:23 +0000 |
commit | 9d4afb36347a49251f0968e898089d4ff46390ed (patch) | |
tree | 9cf545983e9b213db6448a303995112f17547c54 /src/world.h | |
parent | 1edd7f510bb901726f4e47c7d132f1abb06c4b10 (diff) | |
download | FindThings-9d4afb36347a49251f0968e898089d4ff46390ed.tar.gz FindThings-9d4afb36347a49251f0968e898089d4ff46390ed.tar.bz2 FindThings-9d4afb36347a49251f0968e898089d4ff46390ed.zip |
Existance is stuppa
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 2 |
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 |