Changeset 9638 for code/branches/core6/src/modules/weapons/munitions
- Timestamp:
- Aug 11, 2013, 5:52:29 PM (11 years ago)
- Location:
- code/branches/core6/src/modules/weapons/munitions
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/modules/weapons/munitions/FusionMunition.cc
r9629 r9638 37 37 namespace orxonox 38 38 { 39 CreateFactory(FusionMunition);39 RegisterClass(FusionMunition); 40 40 41 41 FusionMunition::FusionMunition(Context* context) : Munition(context) -
code/branches/core6/src/modules/weapons/munitions/LaserMunition.cc
r9629 r9638 37 37 namespace orxonox 38 38 { 39 CreateFactory(LaserMunition);39 RegisterClass(LaserMunition); 40 40 41 41 LaserMunition::LaserMunition(Context* context) : ReplenishingMunition(context) -
code/branches/core6/src/modules/weapons/munitions/ReplenishingMunition.cc
r9629 r9638 39 39 namespace orxonox 40 40 { 41 CreateFactory(ReplenishingMunition);41 RegisterClass(ReplenishingMunition); 42 42 43 43 ReplenishingMunition::ReplenishingMunition(Context* context) : Munition(context) -
code/branches/core6/src/modules/weapons/munitions/RocketMunition.cc
r9629 r9638 37 37 namespace orxonox 38 38 { 39 CreateFactory(RocketMunition);39 RegisterClass(RocketMunition); 40 40 41 41 RocketMunition::RocketMunition(Context* context) : Munition(context)
Note: See TracChangeset
for help on using the changeset viewer.