ogre.h
00001 
00002 // This disables warning messages for OGRE
00003 #pragma GCC system_header
00004 #include <Ogre.h>
00005 #include <OgreImageCodec.h>
00006 #include <OGRE/OgreMovableObject.h>
00007 #include <OGRE/OgreRenderable.h>
00008 #include <OgrePlugin.h>
00009 #include <OgreDataStream.h>
00010 #include <OgreLogManager.h>
00011 #include <OgreWindowEventUtilities.h>
00012 #include <OGRE/OgreSceneQuery.h>
00013 #include <OGRE/OgreRoot.h>
00014 #include <OGRE/OgreSceneManager.h>
00015 #include <OGRE/OgreSceneNode.h>
00016 #include <OGRE/OgreVector3.h>
00017 #include <OGRE/OgreManualObject.h>
00018 #include <OGRE/OgreMaterialManager.h>
00019 #include <OGRE/OgreColourValue.h>
00020 #include <OGRE/OgreQuaternion.h>
00021 #include <OGRE/OgreMesh.h>
00022 
00023 
00024 
00025 #if OGRE_VERSION_MAJOR == 1 && OGRE_VERSION_MINOR >= 7
00026 #include <RTShaderSystem/OgreRTShaderSystem.h>
00027 #endif