aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2019-09-18 12:10:25 -0400
committerClyne Sullivan <clyne@bitgloo.com>2019-09-18 12:10:25 -0400
commit0e7f7791fd592f0240a30168a9a570c57b0f5880 (patch)
treebe4e0a598112748030412c452e0a7c24f45ef665 /src/world.hpp
parent145d74e433216f8c17475685c553321ca4cbedf3 (diff)
parent2cedd39a90fdb0387783b50446b16732517fb651 (diff)
adjust for world changes
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);
};
/**