/*---------------------------------------------------------------- * 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