summaryrefslogtreecommitdiff
path: root/src/choose_hill.H
blob: 76fb018b91bda987ac4ef98101cd4d37580cabfa (plain)
1
2
3
4
5
6
7
8
9
10

#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