mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 02:43:57 +02:00
Placed constants in versions.h
This commit is contained in:
@@ -80,7 +80,6 @@ namespace Shared {
|
||||
string nick;
|
||||
|
||||
string playerName;
|
||||
string glestVersionString;
|
||||
|
||||
bool hasJoinedChannel;
|
||||
|
||||
@@ -113,9 +112,6 @@ namespace Shared {
|
||||
void setPlayerName(string value) {
|
||||
playerName = value;
|
||||
}
|
||||
void setGlestVersionString(string value) {
|
||||
glestVersionString = value;
|
||||
}
|
||||
string getPlayerName() const {
|
||||
return playerName;
|
||||
}
|
||||
|
Reference in New Issue
Block a user