sys: Enable logging colors on Windows, hide console

Console log can still be seen now when running ImHex through the console but the window won't pop up by default anymore
This commit is contained in:
WerWolv
2021-08-22 20:24:42 +02:00
parent 66f94a452d
commit 2362e7a11f
6 changed files with 37 additions and 16 deletions

View File

@@ -4,6 +4,10 @@
namespace hex {
void Window::initNative() {
}
void Window::setupNativeWindow() {
}