summaryrefslogtreecommitdiff
path: root/src/Hill.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-13 19:58:31 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-13 19:58:31 +0000
commit5e7c5bafd0828f09ca66d5311636700b51cc77ea (patch)
treed41aff3d84938c44410be4ae212b133c0ae1f0ca /src/Hill.H
parenta25441aaab4c15bc5a0dba9dbd4d26cc36780163 (diff)
bla
bla
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 3474e28..fc6ca04 100644
--- a/src/Hill.H
+++ b/src/Hill.H
@@ -1,5 +1,5 @@
//
-// "$Id: Hill.H,v 1.2 2005/04/13 19:09:19 hofmann Exp $"
+// "$Id: Hill.H,v 1.3 2005/04/13 21:58:31 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -35,6 +35,7 @@ class Mountain {
double phi, lam;
double height;
double alph;
+ int x, y;
char *name;
Mountain(const char *n, double p, double l, double h);
@@ -45,7 +46,7 @@ class Mountain {
void append_visible(Mountain *m);
- void set_first_visible();
+ void clear_next_visible();
Mountain * get_next();