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