Changeset 1519 for code/branches/input/src/orxonox/objects
- Timestamp:
- Jun 2, 2008, 9:28:41 PM (16 years ago)
- Location:
- code/branches/input/src/orxonox/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/orxonox/objects/SpaceShip.cc
r1505 r1519 42 42 #include "core/Debug.h" 43 43 #include "GraphicsEngine.h" 44 #include "core/ InputManager.h"44 #include "core/input/InputManager.h" 45 45 #include "particle/ParticleInterface.h" 46 46 #include "Projectile.h" -
code/branches/input/src/orxonox/objects/SpaceShip.h
r1505 r1519 34 34 35 35 #include "util/Math.h" 36 #include "core/InputInterfaces.h"37 36 #include "Camera.h" 38 37 #include "Model.h" 39 #include " ../tools/BillboardSet.h"38 #include "tools/BillboardSet.h" 40 39 41 40 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.