merge Ep3 ServerBase and Server into one class

This commit is contained in:
Martin Michelsen
2023-09-09 10:13:51 -07:00
parent a40d1ad851
commit f8198580dd
17 changed files with 476 additions and 452 deletions
-1
View File
@@ -12,7 +12,6 @@
namespace Episode3 {
class ServerBase;
class Server;
class PlayerState : public std::enable_shared_from_this<PlayerState> {