Changeset 4890 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/test_bullet.h
- Timestamp:
- Jul 19, 2005, 12:20:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/test_bullet.h
r4836 r4890 1 /*! 1 /*! 2 2 \projectile.h 3 3 * a projectile, that is been shooted by a weapon … … 12 12 class Weapon; 13 13 14 class TestBullet : public Projectile 14 class TestBullet : public Projectile 15 15 { 16 16 friend class World; … … 20 20 virtual ~TestBullet (); 21 21 22 virtual void hit (WorldEntity* weapon, Vector* loc);23 22 virtual void destroy (); 24 23 25 24 virtual void tick (float time); 26 25 virtual void draw (); 27 26 28 27 }; 29 28
Note: See TracChangeset
for help on using the changeset viewer.