openmw/components/misc/helpviewer.hpp

8 lines
106 B
C++

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