mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 16:02:50 +02:00
added a check for data and user data paths being the same
This commit is contained in:
@@ -251,6 +251,8 @@ bool isKeyDown(int virtualKey);
|
||||
//bool isKeyDown(SDLKey key);
|
||||
string getCommandLine();
|
||||
|
||||
string getUserHome();
|
||||
|
||||
#define SPACES " "
|
||||
|
||||
inline string trim_at_delim (const string & s, const string &t) {
|
||||
|
Reference in New Issue
Block a user