refactor: create gui widget classes
This commit is contained in:
@@ -38,8 +38,6 @@ public:
|
||||
|
||||
render::Renderer* getRenderer() const { return m_Renderer; }
|
||||
|
||||
void PlaceTower(game::TowerType type, const glm::vec2& position);
|
||||
|
||||
virtual void HandlePacket(const protocol::ConnexionInfoPacket* packet);
|
||||
virtual void HandlePacket(const protocol::PlayerJoinPacket* packet);
|
||||
virtual void HandlePacket(const protocol::PlayerLeavePacket* packet);
|
||||
|
||||
Reference in New Issue
Block a user