enable win32 debug console when launching from console

This commit is contained in:
Stanislaw Halik 2018-12-08 01:29:14 +01:00
parent d791dcfbf3
commit 64e960aa22
5 changed files with 70 additions and 1 deletions

View file

@ -9,6 +9,9 @@
#include <SDL_messagebox.h>
#include "debuglog.hpp"
#if defined _WIN32
# include "win32.hpp"
#endif
namespace Debug
{