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

@ -0,0 +1,5 @@
#pragma once
namespace Debug {
bool attachParentConsole();
}