summaryrefslogtreecommitdiff
path: root/terrain.h
diff options
context:
space:
mode:
Diffstat (limited to 'terrain.h')
-rw-r--r--terrain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/terrain.h b/terrain.h
index 736b719..84abe26 100644
--- a/terrain.h
+++ b/terrain.h
@@ -23,6 +23,7 @@ class Terrain {
float distance(float px, float pz);
void fill();
+ void draw();
void draw_grid();
void draw_normal();
float get_height(float px, float py);