Changeset 2097 for code/trunk/src/orxonox/objects/weaponSystem/munitions
- Timestamp:
- Nov 1, 2008, 10:27:12 PM (16 years ago)
- Location:
- code/trunk/src/orxonox/objects/weaponSystem/munitions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.cc
r2096 r2097 37 37 namespace orxonox 38 38 { 39 LaserGunMunition::LaserGunMunition( )39 LaserGunMunition::LaserGunMunition(BaseObject* creator) : BaseObject(creator) 40 40 { 41 41 RegisterObject(LaserGunMunition); -
code/trunk/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.h
r2096 r2097 40 40 { 41 41 public: 42 LaserGunMunition( );42 LaserGunMunition(BaseObject* creator); 43 43 virtual ~LaserGunMunition(); 44 44
Note: See TracChangeset
for help on using the changeset viewer.