diff options
| author | nathan <nathansmith@disroot.org> | 2025-10-25 05:24:51 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-10-25 05:24:51 +0000 |
| commit | e7ef990a0a3b1ddf40a2f0d517e8eb4e261b1f80 (patch) | |
| tree | 41eca7b2c9ec626b6522508efe400923165d624d /src/world.h | |
| parent | 8874e4a585d66c16299ad45e79ea6c55960dee02 (diff) | |
| download | FindThings-e7ef990a0a3b1ddf40a2f0d517e8eb4e261b1f80.tar.gz FindThings-e7ef990a0a3b1ddf40a2f0d517e8eb4e261b1f80.tar.bz2 FindThings-e7ef990a0a3b1ddf40a2f0d517e8eb4e261b1f80.zip | |
Lots of little things I should have done already
Diffstat (limited to 'src/world.h')
| -rw-r--r-- | src/world.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/world.h b/src/world.h index 08c4f39..10306d3 100644 --- a/src/world.h +++ b/src/world.h @@ -89,6 +89,7 @@ void freeWorld(World world); // When dealing with the world in 2d use y in place of z. float getWorldHeightAtLocation(const World* world, float x, float y); Vector2 worldPositionToPixel(const World* world, float x, float y); -WorldUID castRayAtWorld(const World* world, Ray ray, int* tests); +WorldUID castRayAtWorld(const World* world, Ray ray, bool includePlaces, + int* tests); #endif |
