31 void game_created(
const std::string & scenario,
const std::string & name);
32 void public_message(
bool is_lobby,
const std::string & sender,
const std::string & message);
33 void friend_message(
bool is_lobby,
const std::string & sender,
const std::string & message);
34 void private_message(
bool is_lobby,
const std::string & sender,
const std::string & message);
35 void server_message(
bool is_lobby,
const std::string & sender,
const std::string & message);
This namespace provides handlers which play the sounds / notifications for various mp server events,...
void turn_changed(const std::string &player_name)
void public_message(bool is_lobby, const std::string &sender, const std::string &message)
void game_created(const std::string &scenario, const std::string &name)
void private_message(bool is_lobby, const std::string &sender, const std::string &message)
void player_joins(bool is_lobby)
void friend_message(bool is_lobby, const std::string &sender, const std::string &message)
void server_message(bool is_lobby, const std::string &sender, const std::string &message)
void player_leaves(bool is_lobby)