Changeset 1195 for code/branches/input/src/orxonox/objects
- Timestamp:
- Apr 27, 2008, 6:20:12 PM (17 years ago)
- Location:
- code/branches/input/src/orxonox/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/orxonox/objects/SpaceShip.cc
r1182 r1195 32 32 #include <string> 33 33 34 #include <OIS/OIS.h>35 34 #include <OgreCamera.h> 36 35 #include <OgreRenderWindow.h> … … 38 37 #include <OgreSceneNode.h> 39 38 39 #include "ois/OIS.h" 40 40 #include "util/tinyxml/tinyxml.h" 41 41 #include "util/Convert.h" -
code/branches/input/src/orxonox/objects/SpaceShip.h
r1056 r1195 33 33 34 34 #include <OgrePrerequisites.h> 35 #include <OIS/OISMouse.h>36 35 36 #include "ois/OISMouse.h" 37 37 #include "Model.h" 38 38 #include "../tools/BillboardSet.h"
Note: See TracChangeset
for help on using the changeset viewer.