blob: 35700afbed3a97ee68372e38dcbf0c91558a7154 (
plain) (
tree)
|
|
/*----------------------------------------------------------------
* 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
|