change WorldRenderer to class

This commit is contained in:
2021-08-21 13:49:23 +02:00
parent 1bb487d7b0
commit 1b5fd2f66f
12 changed files with 97 additions and 71 deletions

View File

@@ -10,7 +10,8 @@ namespace game {
enum class GameState : std::uint8_t{
Lobby,
Game,
EndGame
EndGame,
Disconnected,
};
typedef std::map<std::uint8_t, Player> PlayerList;