mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 20:15:32 +00:00
just enable CMake option "OPENMW_OSX_DEPLOYMENT" and it will search plugins inside application bundle instead of Ogre prefix
12 lines
No EOL
199 B
C++
12 lines
No EOL
199 B
C++
#ifndef OGREPLUGIN_H
|
|
#define OGREPLUGIN_H
|
|
|
|
#include <string>
|
|
|
|
namespace Ogre {
|
|
class Root;
|
|
}
|
|
|
|
extern bool loadOgrePlugin(std::string pluginDir, std::string pluginName, Ogre::Root &ogreRoot);
|
|
|
|
#endif |