This website requires JavaScript.
Explore
Help
Sign in
mirror
/
openmw-tes3mp
Watch
1
Star
0
Fork
You've already forked openmw-tes3mp
1
mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced
2025-01-24 04:53:51 +00:00
Code
Issues
Releases
Wiki
Activity
74955555b9
openmw-tes3mp
/
components
/
debug
/
win32.hpp
10 lines
89 B
C++
Raw
Normal View
History
Unescape
Escape
enable win32 debug console when launching from console
2018-12-08 00:29:14 +00:00
#
pragma once
fix missing _WIN32 guard
2018-12-08 02:13:18 +00:00
#
ifdef _WIN32
enable win32 debug console when launching from console
2018-12-08 00:29:14 +00:00
namespace
Debug
{
bool
attachParentConsole
(
)
;
}
fix missing _WIN32 guard
2018-12-08 02:13:18 +00:00
#
endif
Reference in a new issue
Copy permalink