Added Win32 AllocConsole

This commit is contained in:
Jack Andersen
2015-11-04 14:02:40 -10:00
parent 189e047977
commit 4c2442df2d
2 changed files with 21 additions and 0 deletions

View File

@@ -98,6 +98,13 @@ void RegisterConsoleLogger();
*/
void RegisterFileLogger(const char* filepath);
#if _WIN32
/**
* @brief Spawn an application-owned cmd.exe window for displaying console output
*/
void CreateWin32Console();
#endif
#if LOG_UCS2
/**