summaryrefslogblamecommitdiff
path: root/src/gui/setup.h
blob: 35700afbed3a97ee68372e38dcbf0c91558a7154 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                  
/*----------------------------------------------------------------
 * setup.h -- setup dialog module
 *----------------------------------------------------------------
 */

#ifndef tmw_included_setup_h
#define tmw_included_setup_h

void init_setup();
void update_setup();

extern bool show_player_setup;

#endif