mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-08 19:47:49 +03:00
9 lines
89 B
C++
9 lines
89 B
C++
#pragma once
|
|
|
|
#ifdef _WIN32
|
|
|
|
namespace Debug {
|
|
bool attachParentConsole();
|
|
}
|
|
|
|
#endif
|