Changeset 4833 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/weapon_manager.h
- Timestamp:
- Jul 11, 2005, 5:46:05 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/weapon_manager.h
r4832 r4833 56 56 57 57 //! this is a weapon Configuration: it has up to 8 slots 58 typedef struct weaponConfig { 58 typedef struct weaponConfig 59 { 59 60 bool bUsed; //!< is set to true, if this configuration is 60 61 Weapon* slots[8]; … … 76 77 77 78 void fire(); 78 void tick(float sec);79 void tick(float dt); 79 80 void draw(); 80 81
Note: See TracChangeset
for help on using the changeset viewer.