Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3710 in orxonox.OLD for orxonox/trunk/src/world_entities/test_gun.cc


Ignore:
Timestamp:
Apr 1, 2005, 2:05:10 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: added the TestBullet to framework, made some doxygen, works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/test_gun.cc

    r3708 r3710  
    2626#include "world_entity.h"
    2727#include "model.h"
    28 #include "projectile.h"
     28#include "test_bullet.h"
    2929
    3030#include "vector.h"
     
    8989      return;
    9090    }
    91   Projectile* pj = new Projectile(this);
     91  Projectile* pj = new TestBullet(this);
    9292
    9393  pj->setAbsCoor(this->getAbsCoor());
Note: See TracChangeset for help on using the changeset viewer.