Changeset 10284 for code/trunk/src
- Timestamp:
- Feb 26, 2015, 10:29:13 PM (10 years ago)
- Location:
- code/trunk/src/modules
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/dodgerace/CMakeLists.txt
r10234 r10284 13 13 orxonox 14 14 overlays 15 weapons16 15 SOURCE_FILES ${Dodgerace_SRC_FILES} 17 16 ) -
code/trunk/src/modules/dodgerace/DodgeRaceShip.h
r10236 r10284 42 42 #include "worldentities/pawns/SpaceShip.h" 43 43 #include "graphics/Camera.h" 44 #include "weapons/projectiles/Projectile.h"45 44 46 45 #include "DodgeRace.h" // Is necessary for getGame function … … 82 81 WeakPtr<DodgeRace> getGame(); 83 82 WeakPtr<DodgeRace> game; 84 WeakPtr<Projectile> lastShot;85 83 WeakPtr<WorldEntity> lastEntity; 86 84 Camera* camera; -
code/trunk/src/modules/jump/CMakeLists.txt
r10262 r10284 29 29 orxonox 30 30 overlays 31 weapons32 31 SOURCE_FILES ${JUMP_SRC_FILES} 33 32 ) -
code/trunk/src/modules/mini4dgame/CMakeLists.txt
r10227 r10284 10 10 LINK_LIBRARIES 11 11 orxonox 12 overlays13 12 SOURCE_FILES ${Mini4Dgame_SRC_FILES} 14 13 ) -
code/trunk/src/modules/questsystem/CMakeLists.txt
r7474 r10284 26 26 LINK_LIBRARIES 27 27 orxonox 28 notifications29 objects30 28 SOURCE_FILES ${QUESTSYSTEM_SRC_FILES} 31 29 )
Note: See TracChangeset
for help on using the changeset viewer.