1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-29 18:32:36 +00:00
2022-09-22 21:35:26 +03:00

10 lines
110 B
C++

#pragma once
namespace Misc
{
namespace HelpViewer
{
void openHelp(const char* url);
}
}