This website requires JavaScript.
Explore
Help
Sign in
Archive
/
openmw
Watch
0
Star
0
Fork
You've already forked openmw
0
mirror of
https://gitlab.com/OpenMW/openmw.git
synced
2025-05-09 03:57:51 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
39
44e60b708b
openmw
/
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 01:29:14 +01:00
#
pragma once
fix missing _WIN32 guard
2018-12-08 03:13:18 +01:00
#
ifdef _WIN32
enable win32 debug console when launching from console
2018-12-08 01:29:14 +01:00
namespace
Debug
{
bool
attachParentConsole
(
)
;
}
fix missing _WIN32 guard
2018-12-08 03:13:18 +01:00
#
endif
Reference in a new issue
Copy permalink