summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-11-07 22:57:12 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-11-07 22:57:12 +0100
commite29ef252eb5f119a0b7318f909a7c5fcadbff727 (patch)
tree8ea03f7b231bdf2f203388fd513a72cd1463528f /src/Panorama.H
parentc580cd9f2890979b7af611079720c3bbb101c41c (diff)
initial version of hidden hill detection
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Panorama.H b/src/Panorama.H
index 0333338..62b2b88 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -50,6 +50,8 @@ class Panorama {
void update_close_mountains();
void update_visible_mountains();
+
+ void mark_hidden();
double distance(double phi, double lam);