#ifndef OPENMW_COMPONENTS_MISC_OSGPLUGINCHECKER_HPP
#define OPENMW_COMPONENTS_MISC_OSGPLUGINCHECKER_HPP

namespace Misc
{
    bool checkRequiredOSGPluginsArePresent();
}

#endif