openmw/components/misc/helpviewer.hpp

10 lines
110 B
C++

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