1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 16:49:55 +00:00
openmw-tes3mp/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