mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Various GUI terminology changes for unified wording and clarity
This commit is contained in:
@@ -39,8 +39,8 @@ public:
|
||||
|
||||
glm::ivec2 resolution() const;
|
||||
inline NetworkToolkit::Protocol protocol() const { return config_.protocol; }
|
||||
inline std::string IP() const { return config_.client_address; }
|
||||
inline uint port() const { return config_.port; }
|
||||
std::string clientAddress() const;
|
||||
std::string serverAddress() const;
|
||||
|
||||
private:
|
||||
// connection information
|
||||
|
||||
Reference in New Issue
Block a user