Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 4, 2007, 8:21:47 PM (16 years ago)
Author:
rgrieder
Message:
  • converted loader library to be compilable as a DLL
    • added loader_platform.h and loader_prereq.h to do that
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/orxonox.cc

    r368 r379  
    3131 */
    3232
    33 #include <Ogre.h>
     33//#include <Ogre.h>
     34// 40% speed up: (instead of Ogre.h)
     35#include <OgreSceneNode.h>
     36#include <OgreSceneManager.h>
     37#include <OgreRoot.h>
     38#include <OgreFrameListener.h>
     39#include <OgreConfigFile.h>
     40#include <OgreTextureManager.h>
     41#include <OgreEntity.h>
     42#include <OgreRenderWindow.h>
     43
    3444#include <OIS/OIS.h>
    3545//#include <CEGUI/CEGUI.h>
Note: See TracChangeset for help on using the changeset viewer.