aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-07-06 21:38:08 +0000
committernathan <nathansmith@disroot.org>2025-07-06 21:38:08 +0000
commit811d5bf064ce992bc742f55c112a777801126861 (patch)
tree5842fa0f76b2b0dbd4a04ac7a237b4d5753fdd1d /src/world.h
parent1abde5cdf85269597b180d5e88e9d62798fc893c (diff)
downloadFindThings-811d5bf064ce992bc742f55c112a777801126861.tar.gz
FindThings-811d5bf064ce992bc742f55c112a777801126861.tar.bz2
FindThings-811d5bf064ce992bc742f55c112a777801126861.zip
Finally smooth walking
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h1
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