aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
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