mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
10 lines
178 B
C++
10 lines
178 B
C++
![]() |
#ifndef OPENMW_COMPONENTS_MISC_OSGPLUGINCHECKER_HPP
|
||
|
#define OPENMW_COMPONENTS_MISC_OSGPLUGINCHECKER_HPP
|
||
|
|
||
|
namespace Misc
|
||
|
{
|
||
|
bool checkRequiredOSGPluginsArePresent();
|
||
|
}
|
||
|
|
||
|
#endif
|