Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/weapons/munitions/CMakeLists.txt @ 10215

Last change on this file since 10215 was 7846, checked in by landauf, 13 years ago

fixed "No munition class defined in WeaponMode" warning:
you have to actually create the munition class, it's not just a string
→ added RocketMunition

  • Property svn:eol-style set to native
File size: 122 bytes
RevLine 
[5724]1ADD_SOURCE_FILES(WEAPONS_SRC_FILES
[2918]2  ReplenishingMunition.cc
[2920]3  LaserMunition.cc
[2893]4  FusionMunition.cc
[7846]5  RocketMunition.cc
[2131]6)
Note: See TracBrowser for help on using the repository browser.