mirror of
https://github.com/glest/glest-source.git
synced 2025-08-09 18:06:30 +02:00
fix windows build
This commit is contained in:
@@ -102,8 +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 ask(string message);
|
||||
void message(string message, bool isNonGraphicalModeEnabled);
|
||||
void exceptionMessage(const exception &excp);
|
||||
string getCommandLine();
|
||||
void init_win32();
|
||||
|
Reference in New Issue
Block a user