Public Member Functions | |
| mp_connect_fixture () | |
| ~mp_connect_fixture () | |
Public Attributes | |
| std::vector< std::string > | dummy_args |
| commandline_options | cmdline_opts |
| hotkey::manager | hotkey_manager |
| game_config_manager | config_manager |
| saved_game | state |
| randomness::mt_rng | rng |
Definition at line 39 of file test_mp_connect.cpp.
|
inline |
Definition at line 40 of file test_mp_connect.cpp.
|
inline |
Definition at line 60 of file test_mp_connect.cpp.
| commandline_options mp_connect_fixture::cmdline_opts |
Definition at line 64 of file test_mp_connect.cpp.
| game_config_manager mp_connect_fixture::config_manager |
Definition at line 66 of file test_mp_connect.cpp.
| std::vector<std::string> mp_connect_fixture::dummy_args |
Definition at line 63 of file test_mp_connect.cpp.
| hotkey::manager mp_connect_fixture::hotkey_manager |
Definition at line 65 of file test_mp_connect.cpp.
| randomness::mt_rng mp_connect_fixture::rng |
Definition at line 68 of file test_mp_connect.cpp.
| saved_game mp_connect_fixture::state |
Definition at line 67 of file test_mp_connect.cpp.