openmw/components/debug/win32.hpp

10 lines
89 B
C++
Raw Normal View History

#pragma once
2018-12-08 03:13:18 +01:00
#ifdef _WIN32
namespace Debug {
bool attachParentConsole();
}
2018-12-08 03:13:18 +01:00
#endif