aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.hpp')
-rw-r--r--src/world.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/world.hpp b/src/world.hpp
index 696f0aa..9314fa6 100644
--- a/src/world.hpp
+++ b/src/world.hpp
@@ -112,6 +112,9 @@ public:
/* SEED */
unsigned int getSeed();
unsigned int setSeed(unsigned int);
+
+ /* PHYSICS */
+ double getHeight(double x, double y, double z);
};
/**