mirror of
https://github.com/glest/glest-source.git
synced 2025-08-26 17:34:24 +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) {
|
||||
|
@@ -59,7 +59,7 @@ public:
|
||||
// =====================================================
|
||||
// Misc
|
||||
// =====================================================
|
||||
void message(string message,bool isNonGraphicalModeEnabled);
|
||||
void message(string message,bool isNonGraphicalModeEnabled, string writepath);
|
||||
void exceptionMessage(const exception &excp);
|
||||
|
||||
string getCommandLine();
|
||||
@@ -102,7 +102,7 @@ std::string utf8_encode(const std::wstring &wstr);
|
||||
std::wstring utf8_decode(const std::string &str);
|
||||
std::string getRegKey(const std::string& location, const std::string& name);
|
||||
|
||||
void message(string message, bool isNonGraphicalModeEnabled);
|
||||
void message(string message, bool isNonGraphicalModeEnabled,string writepath);
|
||||
void exceptionMessage(const exception &excp);
|
||||
string getCommandLine();
|
||||
void init_win32();
|
||||
|
Reference in New Issue
Block a user