Changeset 3629 in orxonox.OLD for orxonox/trunk/src/world_entities/test_gun.cc
- Timestamp:
- Mar 22, 2005, 11:15:54 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/test_gun.cc
r3620 r3629 25 25 26 26 #include "vector.h" 27 #include "list.h" 27 28 28 29 using namespace std; … … 77 78 { 78 79 printf("TestGun::fire() - firing weapon now ---------------------------\n"); 79 //this->myWorld; 80 //WorldEntity* pj = new Projectile(); 81 //this->worldEntities->add(pj); 80 82 } 81 83
Note: See TracChangeset
for help on using the changeset viewer.