Changeset 3851 in orxonox.OLD for orxonox/trunk/src/world_entities/test_gun.h
- Timestamp:
- Apr 17, 2005, 1:21:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/test_gun.h
r3757 r3851 29 29 class Vector; 30 30 class Quaternion; 31 class SimpleAnimation;31 class Animation3D; 32 32 33 33 … … 52 52 53 53 private: 54 SimpleAnimation* animator;54 Animation3D* animaton; 55 55 Vector* projOffset; 56 56 WorldEntity* dummy1;
Note: See TracChangeset
for help on using the changeset viewer.