Home
last modified time | relevance | path

Searched refs:config_eng (Results 1 – 2 of 2) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/game_initialization/
H A Dsingleplayer.cpp123 ng::configure_engine config_eng(create_eng.get_state()); in enter_configure_mode() local
126 config_eng.update_initial_cfg(create_eng.current_level().data()); in enter_configure_mode()
128 if(!gui2::dialogs::sp_options_configure::execute(create_eng, config_eng)) { in enter_configure_mode()
/dports/games/wesnoth/wesnoth-1.14.17/src/tests/gui/
H A Dtest_gui2.cpp1200 ng::configure_engine config_eng; member
1202 , config_eng(create_eng.get_state()) {} in dialog_tester()
1205 return new sp_options_configure(create_eng, config_eng); in create()