mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 16:49:55 +00:00
8 lines
106 B
C++
8 lines
106 B
C++
|
#pragma once
|
||
|
|
||
|
namespace Misc {
|
||
|
namespace HelpViewer {
|
||
|
void openHelp(const char* url);
|
||
|
}
|
||
|
}
|