Changeset 612 for code/branches/FICN/src/orxonox
- Timestamp:
- Dec 18, 2007, 2:32:49 PM (17 years ago)
- Location:
- code/branches/FICN/src/orxonox
- Files:
-
- 8 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/CMakeLists.txt
r608 r612 10 10 11 11 SET( ORXONOX_SRC_FILES 12 orxonox.cc13 spaceship_steering.cc14 main.cc15 graphicsEngine.cc12 Orxonox.cc 13 SpaceshipSteering.cc 14 Main.cc 15 GraphicsEngine.cc 16 16 ) 17 17 -
code/branches/FICN/src/orxonox/objects/SpaceshipSteeringObject.cc
r560 r612 15 15 #include "SpaceshipSteeringObject.h" 16 16 17 #include "../ spaceship_steering.h"17 #include "../SpaceshipSteering.h" 18 18 19 19 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.