mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 10:15:38 +00:00
9 lines
89 B
C++
9 lines
89 B
C++
#pragma once
|
|
|
|
#ifdef _WIN32
|
|
|
|
namespace Debug {
|
|
bool attachParentConsole();
|
|
}
|
|
|
|
#endif
|