summaryrefslogtreecommitdiff
path: root/src/choose_hill.H
blob: 27105dc3a7805aa9d9974e793e430838f788ab84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Copyright 2006-2009 Johannes Hofmann <Johannes.Hofmann@gmx.de>
//
// This software may be used and distributed according to the terms
// of the GNU General Public License, incorporated herein by reference.

#ifndef CHOOSE_HILL_H
#define CHOOSE_HILL_H

#include "Fl_Search_Chooser.H"
#include "Hill.H"

Hill *choose_hill(const Hills *hills, const char *l);

#endif