aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/world.h')
-rw-r--r--include/world.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/include/world.h b/include/world.h
index a60eab6..55c08f5 100644
--- a/include/world.h
+++ b/include/world.h
@@ -421,8 +421,15 @@ public:
void addHole(unsigned int start,unsigned int end);
- /*
- * Get's the world's width.
+ /**
+ * Adds a hill to the world, given the peak's coordinates and how wide the
+ * hill can be.
+ */
+
+ void addHill( ivec2 peak, unsigned int width );
+
+ /**
+ * Gets the world's width.
*/
int getTheWidth(void) const;