Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 25, 2008, 5:04:26 PM (16 years ago)
Author:
rgrieder
Message:
  • created InputEventListener and InputEvent
  • escape key now works through the InputHandler
  • the concept will soon be replaced by a new one this is more of a 'svn save' ;)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/OrxonoxStableHeaders.h

    r918 r922  
    4646#endif
    4747//#include <Ogre.h>
    48 //#include <OgreBillboardSet.h>
    49 //#include <OgreCamera.h>
    50 //#include <OgreConfigFile.h>
     48#include <OgreBillboardSet.h>
     49#include <OgreCamera.h>
     50#include <OgreColourValue.h>
     51#include <OgreConfigFile.h>
    5152#include <OgreEntity.h>
    5253#include <OgreException.h>
    53 //#include <OgreFrameListener.h>
     54#include <OgreFrameListener.h>
    5455#include <OgreLight.h>
    55 //#include <OgreOverlay.h>
    56 //#include <OgreOverlayElement.h>
    57 //#include <OgreOverlayManager.h>
     56#include <OgreMath.h>
     57#include <OgreMatrix3.h>
     58#include <OgreOverlay.h>
     59#include <OgreOverlayElement.h>
     60#include <OgreOverlayManager.h>
    5861#include <OgreParticleEmitter.h>
    5962#include <OgreParticleSystem.h>
    6063#include <OgrePlatform.h>
    6164#include <OgrePrerequisites.h>
    62 //#include <OgreRenderWindow.h>
    63 //#include <OgreRoot.h>
     65#include <OgreQuaternion.h>
     66#include <OgreResourceGroupManager.h>
     67#include <OgreRenderWindow.h>
     68#include <OgreRoot.h>
    6469#include <OgreSceneManager.h>
    6570#include <OgreSceneNode.h>
    6671#include <OgreStringConverter.h>
    67 //#include <OgreTextureManager.h>
    68 //#include <OgreViewport.h>
     72#include <OgreTextureManager.h>
     73#include <OgreTimer.h>
     74#include <OgreVector2.h>
     75#include <OgreVector3.h>
     76#include <OgreVector3.h>
     77#include <OgreViewport.h>
     78#include <OgreWindowEventUtilities.h>
    6979
    7080#include <OIS/OIS.h>
Note: See TracChangeset for help on using the changeset viewer.