Merge branch 'x64' into dev

This commit is contained in:
2023-12-07 21:13:41 +03:00
8 changed files with 33 additions and 27 deletions

View File

@@ -34,7 +34,6 @@ class CLogger
public:
void Out(const wchar_t*, ...);
CLogger(const wchar_t*);
CLogger(const wchar_t*, const wchar_t*);
~CLogger();
private:
@@ -47,6 +46,7 @@ private:
std::wofstream fsLogFile;
std::wstring szAppTitle{ 0 };
std::wstring szAppVersion{ 0 };
std::wstring szAppPlatform{ 0 };
std::wstring szAppTitleVer{ 0 };
inline wchar_t* GetTimeStamp();