mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
enable win32 debug console when launching from console
This commit is contained in:
parent
d791dcfbf3
commit
64e960aa22
5 changed files with 70 additions and 1 deletions
|
@ -9,6 +9,9 @@
|
|||
#include <SDL_messagebox.h>
|
||||
|
||||
#include "debuglog.hpp"
|
||||
#if defined _WIN32
|
||||
# include "win32.hpp"
|
||||
#endif
|
||||
|
||||
namespace Debug
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue