34 typedef std::shared_ptr<Menu>
shared;
35 Menu(std::shared_ptr<Game> game);
44 bool show_login(
const CEGUI::EventArgs &event);
45 bool show_menu(
const CEGUI::EventArgs &event);
51 void add_hooks(CEGUI::Window* window,
const std::string& button,
52 const CEGUI::Event::Subscriber& callback);
58 bool login(
const CEGUI::EventArgs &event);