Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/CampaignMap_HS17/src/orxonox/worldentities/CMakeLists.txt @ 11675

Last change on this file since 11675 was 11675, checked in by fanconic, 6 years ago

renamed storymodeplanet to NameableStaticEntity

  • Property svn:eol-style set to native
File size: 327 bytes
RevLine 
[2710]1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
[2131]2  WorldEntity.cc
[2662]3  StaticEntity.cc
[2131]4  MovableEntity.cc
[2662]5  MobileEntity.cc
[2131]6  ControllableEntity.cc
[7163]7  Drone.cc
[6417]8  EffectContainer.cc
[2662]9  ExplosionChunk.cc
[2131]10  CameraPosition.cc
[2662]11  SpawnPoint.cc
[2826]12  TeamSpawnPoint.cc
[11052]13  ExplosionPart.cc
14  Actionpoint.cc
[11675]15  NameableStaticEntity.cc
[2131]16)
17
[11675]18ADD_SUBDIRECTORY(pawns)
Note: See TracBrowser for help on using the repository browser.