mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 13:20:35 +00:00
10 lines
89 B
C++
10 lines
89 B
C++
#pragma once
|
|
|
|
#ifdef _WIN32
|
|
|
|
namespace Debug {
|
|
bool attachParentConsole();
|
|
}
|
|
|
|
#endif
|