Changeset 3620 in orxonox.OLD for orxonox/trunk/src/world_entities/weapon.cc
- Timestamp:
- Mar 21, 2005, 5:37:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapon.cc
r3583 r3620 23 23 #include "objModel.h" 24 24 #include "projectile.h" 25 #include "list.h" 26 #include "world.h" 25 27 26 28 using namespace std; … … 33 35 */ 34 36 Weapon::Weapon () : WorldEntity() 35 {} 37 { 38 WorldInterface* wi = WorldInterface::getInstance(); 39 this->worldEntities = wi->getEntityList(); 40 } 36 41 37 42 … … 174 179 */ 175 180 void Weapon::fire() 176 {} 181 { 182 183 } 177 184 178 185
Note: See TracChangeset
for help on using the changeset viewer.