make it statically compilable

This commit is contained in:
Brother Brick 2012-09-14 15:30:48 +02:00
parent 835c530e06
commit 44c644dd7b
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ void OgreRenderer::start()
#endif #endif
} }
bool OgreRenderer::loadPlugins() const bool OgreRenderer::loadPlugins()
{ {
#ifdef ENABLE_PLUGIN_GL #ifdef ENABLE_PLUGIN_GL
mGLPlugin = new Ogre::GLPlugin(); mGLPlugin = new Ogre::GLPlugin();

View file

@ -151,7 +151,7 @@ namespace OEngine
/// Start the main rendering loop /// Start the main rendering loop
void start(); void start();
bool loadPlugins() const; bool loadPlugins() ;
void update(float dt); void update(float dt);