1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-17 01:16:34 +00:00
openmw/components/debug/win32.hpp
2018-12-08 03:13:18 +01:00

9 lines
89 B
C++

#pragma once
#ifdef _WIN32
namespace Debug {
bool attachParentConsole();
}
#endif