mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-08 09:37:53 +00:00
8 lines
106 B
C++
8 lines
106 B
C++
|
#pragma once
|
||
|
|
||
|
namespace Misc {
|
||
|
namespace HelpViewer {
|
||
|
void openHelp(const char* url);
|
||
|
}
|
||
|
}
|