openmw-tes3coop/components/ogreplugin/ogreplugin.h

12 lines
No EOL
206 B
C++

#ifndef OGREPLUGIN_H
#define OGREPLUGIN_H
#include <string>
namespace Ogre {
class Root;
}
extern bool loadOgrePlugin(const std::string &pluginDir, std::string pluginName, Ogre::Root &ogreRoot);
#endif