refactor: add return
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
|
||||
void render();
|
||||
|
||||
void connect(const network::IPAddresses& addresses, std::uint16_t port);
|
||||
bool connect(const network::IPAddresses& addresses, std::uint16_t port);
|
||||
void closeConnection();
|
||||
|
||||
bool isConnected() const { return m_Connexion.getSocketStatus() == network::Socket::Connected; }
|
||||
|
||||
Reference in New Issue
Block a user