initial spectator + recording implementation

This commit is contained in:
Martin Michelsen
2022-11-30 18:04:51 -08:00
parent b82be91edd
commit f8da4ac7be
22 changed files with 1059 additions and 122 deletions
+1
View File
@@ -31,6 +31,7 @@ public:
GameVersion version, ServerBehavior initial_state);
std::shared_ptr<Client> get_client() const;
std::shared_ptr<struct event_base> get_base() const;
private:
std::shared_ptr<struct event_base> base;