Changeset 8777 in orxonox.OLD for trunk/src/world_entities/weapons/targeting_turret.h
- Timestamp:
- Jun 26, 2006, 12:59:13 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/targeting_turret.h
r6637 r8777 27 27 virtual void tick(float dt); 28 28 virtual void fire(); 29 virtual void destroy();30 29 31 30 virtual void draw() const; … … 36 35 float lockedTime; 37 36 float neededLockTime; 38 }; 37 }; 39 38 40 39 #endif /* _TARGETING_TURRET_H */
Note: See TracChangeset
for help on using the changeset viewer.