add interactive shell

This commit is contained in:
Martin Michelsen
2019-01-29 00:17:04 -08:00
parent d0408246d3
commit f3842b49f3
10 changed files with 274 additions and 15 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ using namespace std;
ServerState::ServerState() : run_dns_server(true), next_lobby_id(1) {
ServerState::ServerState() : run_dns_server(true), run_interactive_shell(true),
next_lobby_id(1) {
this->main_menu.emplace_back(MAIN_MENU_GO_TO_LOBBY, u"Go to lobby",
u"Join the lobby.", 0);
this->main_menu.emplace_back(MAIN_MENU_INFORMATION, u"Information",