Changeset 2098 for code/trunk/src/orxonox/objects/WeaponSystem.h
- Timestamp:
- Nov 1, 2008, 11:17:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/WeaponSystem.h
r2097 r2098 48 48 49 49 void attachWeaponSet(WeaponSet *wSet); 50 void fire(int n); 51 void setActiveWeaponSet(int n); 52 WeaponSet * getWeaponSetPointer(int n); 50 void fire(); 51 void fire(unsigned int n); 52 void setActiveWeaponSet(unsigned int n); 53 WeaponSet * getWeaponSetPointer(unsigned int n); 53 54 54 55 inline void WeaponSystem::setParentSpaceShip(SpaceShip *parentSpaceShip)
Note: See TracChangeset
for help on using the changeset viewer.