add $quest command for debugging

This commit is contained in:
Martin Michelsen
2023-11-11 23:58:42 -08:00
parent 3e735fcea4
commit cce42c4165
3 changed files with 94 additions and 67 deletions
+1
View File
@@ -15,6 +15,7 @@ std::shared_ptr<Lobby> create_game_generic(
bool allow_v1 = false,
std::shared_ptr<Lobby> watched_lobby = nullptr,
std::shared_ptr<Episode3::BattleRecordPlayer> battle_player = nullptr);
void set_lobby_quest(std::shared_ptr<Lobby> l, std::shared_ptr<const Quest> q);
void on_connect(std::shared_ptr<Client> c);
void on_disconnect(std::shared_ptr<Client> c);