Changeset 4301 in orxonox.OLD for orxonox/branches/physics/src/world_entities
- Timestamp:
- May 26, 2005, 3:20:55 PM (20 years ago)
- Location:
- orxonox/branches/physics/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/world_entities/player.cc
r4283 r4301 27 27 #include "list.h" 28 28 #include "stdincl.h" 29 30 #include "object_manager.h" 31 #include "projectile.h" 29 32 30 33 using namespace std; … … 59 62 this->weaponMan->addWeapon(wpRight, W_CONFIG2); 60 63 this->weaponMan->addWeapon(wpLeft, W_CONFIG2); 61 62 64 } 63 65 -
orxonox/branches/physics/src/world_entities/test_gun.cc
r4178 r4301 31 31 #include "list.h" 32 32 #include "animation3d.h" 33 34 #include "object_manager.h" 33 35 34 36 using namespace std; … … 87 89 } 88 90 91 BaseObject* p = new TestBullet(this); 92 ObjectManager::getInstance()->cache(CL_TEST_BULLET, 100, *p); 93 ObjectManager::getInstance()->debug(); 89 94 } 90 95
Note: See TracChangeset
for help on using the changeset viewer.