- Timestamp:
- Nov 12, 2008, 12:50:18 PM (16 years ago)
- Location:
- code/branches/weapon2/src/orxonox/objects/weaponSystem/munitions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapon2/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.cc
r2097 r2186 37 37 namespace orxonox 38 38 { 39 LaserGunMunition::LaserGunMunition(BaseObject* creator) : BaseObject(creator)39 LaserGunMunition::LaserGunMunition(BaseObject* creator) : Munition(creator) 40 40 { 41 41 RegisterObject(LaserGunMunition); -
code/branches/weapon2/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.h
r2145 r2186 33 33 34 34 #include "core/BaseObject.h" 35 35 #include "../Munition.h" 36 36 37 37 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.