forked from teamnwah/openmw-tes3coop
12 lines
No EOL
206 B
C++
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 |