Changeset 379 for code/branches/FICN/src/orxonox
- Timestamp:
- Dec 4, 2007, 8:21:47 PM (17 years ago)
- Location:
- code/branches/FICN/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/orxonox.cc
r368 r379 31 31 */ 32 32 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 34 44 #include <OIS/OIS.h> 35 45 //#include <CEGUI/CEGUI.h> -
code/branches/FICN/src/orxonox/spaceship_steering.cc
r337 r379 1 #include "Ogre .h"1 #include "OgreSceneNode.h" 2 2 #include "spaceship_steering.h" 3 3 using namespace Ogre;
Note: See TracChangeset
for help on using the changeset viewer.