This commit is contained in:
MarcEricMartel
2023-11-01 15:02:41 -04:00
parent 5cf5eb132a
commit 408679433b
3 changed files with 9 additions and 9 deletions

View File

@@ -88,6 +88,7 @@ private:
Bullet* m_bullets[MAX_BULLETS];
std::map<uint64_t, Player*> m_players;
netprot::Buffer m_buf;
//Menu
enum class GameState: uint8_t { MAIN_MENU, OPTIONS, QUIT, NEWG, PLAY };