summaryrefslogtreecommitdiff
path: root/src/choose_hill.H
blob: 2425fa3d3abc885785cf81fd2db87b5f898a79d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Copyright 2006 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