mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-03 17:37:18 +00:00
10 lines
110 B
C++
10 lines
110 B
C++
|
#pragma once
|
||
|
|
||
|
namespace Misc
|
||
|
{
|
||
|
namespace HelpViewer
|
||
|
{
|
||
|
void openHelp(const char* url);
|
||
|
}
|
||
|
}
|