Changeset 6439 in orxonox.OLD for trunk/src/world_entities/weapons/weapon.h
- Timestamp:
- Jan 8, 2006, 2:45:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/weapon.h
r6438 r6439 153 153 154 154 // FLOW 155 void tick(float dt); //!< this is a function that must be called by the weaponManager, or any other weaponHandler, all other functions are handled from within 155 void tickW(float dt); //!< this is a function that must be called by the weaponManager, or any other weaponHandler, all other functions are handled from within 156 157 virtual void tick(float dt) {}; 156 158 157 159 bool check() const;
Note: See TracChangeset
for help on using the changeset viewer.