mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-15 14:42:37 +00:00
Switch to wstring for paths on windows
This commit is contained in:
@@ -14,4 +14,11 @@ void debug(const std::string& toPrint);
|
||||
void error(const std::string& toPrint);
|
||||
void info(const std::string& toPrint);
|
||||
void warn(const std::string& toPrint);
|
||||
|
||||
void except(const std::wstring& toPrint);
|
||||
void fatal(const std::wstring& toPrint);
|
||||
void debug(const std::wstring& toPrint);
|
||||
void error(const std::wstring& toPrint);
|
||||
void info(const std::wstring& toPrint);
|
||||
void warn(const std::wstring& toPrint);
|
||||
std::string getDate();
|
||||
|
||||
Reference in New Issue
Block a user