- Timestamp:
- May 7, 2015, 2:22:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/multiplayerFS15/src/libraries/network/packet/ServerInformation.h
r10334 r10427 47 47 48 48 void send( ENetPeer* peer ); 49 void setServerName(std::string name) { this->serverName_ = name; } 50 std::string getServerName() { return this->serverName_; } 51 void setServerIP( std::string IP ) { this->serverIP_ = IP; } 49 52 std::string getServerIP() { return this->serverIP_; } 50 std::string getServerName() { return this->serverName_; }51 void setServerName(std::string name) { this->serverName_ = name; }52 void setServerIP( std::string IP ) { this->serverIP_ = IP; }53 53 uint32_t getServerRTT() { return this->serverRTT_; } 54 54
Note: See TracChangeset
for help on using the changeset viewer.