diff options
author | nathan <nathansmith@disroot.org> | 2025-07-06 21:38:08 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-06 21:38:08 +0000 |
commit | 811d5bf064ce992bc742f55c112a777801126861 (patch) | |
tree | 5842fa0f76b2b0dbd4a04ac7a237b4d5753fdd1d /src/world.h | |
parent | 1abde5cdf85269597b180d5e88e9d62798fc893c (diff) | |
download | FindThings-811d5bf064ce992bc742f55c112a777801126861.tar.gz FindThings-811d5bf064ce992bc742f55c112a777801126861.tar.bz2 FindThings-811d5bf064ce992bc742f55c112a777801126861.zip |
Finally smooth walking
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/world.h b/src/world.h index 980f315..e06d628 100644 --- a/src/world.h +++ b/src/world.h @@ -35,7 +35,6 @@ void updateWorld(World* world, Game* game); void freeWorld(World world); // Dam, I wanta live in a free world ): -float getWorldPixelHeight(World world, int x, int y); float getWorldHeightAtLocation(World world, float x, float y); #endif |