Changeset 3629 in orxonox.OLD for orxonox/trunk/src/world_entities/weapon.h
- Timestamp:
- Mar 22, 2005, 11:15:54 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapon.h
r3620 r3629 69 69 virtual void draw(void); 70 70 71 protected: 72 tList<WorldEntity>* worldEntities; 71 73 72 74 private: … … 76 78 Projectile* projectile; 77 79 //WeaponSound sound; 78 tList<WorldEntity>* worldEntities;79 80 80 }; 81 81
Note: See TracChangeset
for help on using the changeset viewer.