summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-07-30 16:59:09 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-07-30 16:59:09 +0100
commit306a3865d4874417df3ce35e5a1792d194a0a1c6 (patch)
tree69d737675fafd18a8ba610e232911ddecc9bd816 /src/Panorama.H
parent02a0aca8283e7acd62eb4223c41a671209e5bf7d (diff)
initial track support
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);