Changeset 5500 in orxonox.OLD for trunk/src/world_entities/weapons/weapon.h
- Timestamp:
- Nov 8, 2005, 12:03:18 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/weapon.h
r5441 r5500 150 150 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 151 151 virtual void tick(float dt) {}; 152 virtual void draw() ;152 virtual void draw() const; 153 153 154 154 bool check() const;
Note: See TracChangeset
for help on using the changeset viewer.