Changeset 1195 for code/branches/input/src/orxonox
- Timestamp:
- Apr 27, 2008, 6:20:12 PM (17 years ago)
- Location:
- code/branches/input/src/orxonox
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/orxonox/CMakeLists.txt
r1153 r1195 55 55 ${OGRE_LIBRARIES} 56 56 ${Lua_LIBRARIES} 57 ois 57 58 util 58 59 core -
code/branches/input/src/orxonox/OrxonoxStableHeaders.h
r1065 r1195 79 79 #include <OgreWindowEventUtilities.h> 80 80 81 #include <OIS/OIS.h>82 83 81 //----------------------------------------------------------------------- 84 82 // ORXONOX HEADERS 85 83 //----------------------------------------------------------------------- 84 85 #include "ois/OIS.h" 86 86 87 87 //#include "util/Convert.h" -
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.