Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 19, 2005, 12:20:58 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: remake of the Projectile and TestBullet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/test_bullet.h

    r4836 r4890  
    1 /*! 
     1/*!
    22    \projectile.h
    33  *  a projectile, that is been shooted by a weapon
     
    1212class Weapon;
    1313
    14 class TestBullet : public Projectile 
     14class TestBullet : public Projectile
    1515{
    1616  friend class World;
     
    2020  virtual ~TestBullet ();
    2121
    22   virtual void hit (WorldEntity* weapon, Vector* loc);
    2322  virtual void destroy ();
    2423
    2524  virtual void tick (float time);
    2625  virtual void draw ();
    27  
     26
    2827};
    2928
Note: See TracChangeset for help on using the changeset viewer.