aboutsummaryrefslogtreecommitdiff
path: root/src/options.h
blob: 2e8414b648f297255ebb7e547e97a15844e7ef8b (plain)
1
2
3
4
5
6
7
8
9
#ifndef OPTIONS_H
#define OPTIONS_H

int options();

int optionsStep();
void optionsDraw();

#endif