summaryrefslogtreecommitdiff
path: root/src/Hill.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-14 19:15:45 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-14 19:15:45 +0000
commitb7861c0a98136b5e1a81002b36dd4453b82df106 (patch)
treebdf6f23f56a2ca2992d8fc2f01a014b88945d051 /src/Hill.H
parent820bc8b679188e4c4ab88f62cbde886fe240d36d (diff)
add nick angle support
add nick angle support
Diffstat (limited to 'src/Hill.H')
-rw-r--r--src/Hill.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Hill.H b/src/Hill.H
index 5254376..a89acc9 100644
--- a/src/Hill.H
+++ b/src/Hill.H
@@ -1,5 +1,5 @@
//
-// "$Id: Hill.H,v 1.4 2005/04/14 19:54:58 hofmann Exp $"
+// "$Id: Hill.H,v 1.5 2005/04/14 21:15:45 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -36,7 +36,8 @@ class Mountain {
double height;
double alph;
double a_view;
- double distance;
+ double a_nick;
+ double dist;
int x, y;
char *name;