summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Panorama.H b/src/Panorama.H
index 73e6b5d..bd44346 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -73,7 +73,9 @@ class Panorama {
~Panorama();
- int load_file(const char *name);
+ int load_data(const char *name);
+
+ void add_hills(Hills *h);
int set_viewpoint(const char *pos);