Changeset 3752 in orxonox.OLD for orxonox/trunk/src/world_entities/test_gun.h
- Timestamp:
- Apr 7, 2005, 10:13:42 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/test_gun.h
r3631 r3752 29 29 class Vector; 30 30 class Quaternion; 31 class SimpleAnimation; 31 32 32 33 … … 50 51 virtual void draw(void); 51 52 53 private: 54 SimpleAnimation* animator; 55 WorldEntity* dummy; 56 52 57 }; 53 58
Note: See TracChangeset
for help on using the changeset viewer.