Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 7846 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
Line 
1ADD_SOURCE_FILES(WEAPONS_SRC_FILES
2  ReplenishingMunition.cc
3  LaserMunition.cc
4  FusionMunition.cc
5  RocketMunition.cc
6)
Note: See TracBrowser for help on using the repository browser.