#include "game_launcher.hpp"
#include "create_engine.hpp"
#include "configure_engine.hpp"
#include "connect_engine.hpp"
Go to the source code of this file.
Namespaces | |
sp | |
Functions | |
bool | sp::enter_create_mode (CVideo &video, const config &game_config, saved_game &state, jump_to_campaign_info jump_to_campaign, bool local_players_only) |
bool | sp::enter_configure_mode (CVideo &video, const config &game_config, saved_game &state, bool local_players_only) |
bool | sp::enter_connect_mode (CVideo &video, const config &game_config, saved_game &state, bool local_players_only) |