summaryrefslogtreecommitdiff
path: root/src/GipfelWidget.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-02 14:36:45 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-02 14:36:45 +0000
commit279fa2391a9bdff90d0fcf5c2d160aa11bfc4ac9 (patch)
tree3e6106a2540443302ed1fbaad34f899e4991d248 /src/GipfelWidget.H
parentb46a212d132c4ed1b020be5283d65d24dfbeefcd (diff)
guess with one given mountain
guess with one given mountain
Diffstat (limited to 'src/GipfelWidget.H')
-rw-r--r--src/GipfelWidget.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/GipfelWidget.H b/src/GipfelWidget.H
index 575a9d4..688cb0f 100644
--- a/src/GipfelWidget.H
+++ b/src/GipfelWidget.H
@@ -1,5 +1,5 @@
//
-// "$Id: GipfelWidget.H,v 1.12 2005/04/30 21:18:43 hofmann Exp $"
+// "$Id: GipfelWidget.H,v 1.13 2005/05/02 16:36:45 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -65,6 +65,8 @@ class GipfelWidget : public Fl_Widget {
int guess();
+ int update();
+
void draw();
};
#endif