summaryrefslogtreecommitdiff
path: root/src/Hill.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-14 17:54:58 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-14 17:54:58 +0000
commit820bc8b679188e4c4ab88f62cbde886fe240d36d (patch)
treef79e029c2301bc9804c7663a9b542948ff347621 /src/Hill.H
parentcb69ce80f60b07e152ca464c2c08eaeb3b159ec6 (diff)
fix
fix
Diffstat (limited to 'src/Hill.H')
-rw-r--r--src/Hill.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Hill.H b/src/Hill.H
index fc6ca04..5254376 100644
--- a/src/Hill.H
+++ b/src/Hill.H
@@ -1,5 +1,5 @@
//
-// "$Id: Hill.H,v 1.3 2005/04/13 21:58:31 hofmann Exp $"
+// "$Id: Hill.H,v 1.4 2005/04/14 19:54:58 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -35,6 +35,8 @@ class Mountain {
double phi, lam;
double height;
double alph;
+ double a_view;
+ double distance;
int x, y;
char *name;