Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 7:07:09 PM (19 years ago)
Author:
bensch
Message:

added proj

File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/projectiles/rail_projectiles.h

    r9164 r9165  
    11/*!
    2  * @file laser.h
     2 * @file rail_projectile.h
    33 * @brief a projectile, that is been shooted by a weapon
    44*/
    55
    6 #ifndef _LASER_H
    7 #define _LASER_H
     6#ifndef _RAIL_PROJECTILE_H
     7#define _RAIL_PROJECTILE_H
    88
    99#include "projectile.h"
     
    1515class FastFactory;
    1616
    17 class Laser : public Projectile
     17class RailProjectile : public Projectile
    1818{
    1919  public:
    20     Laser ();
    21     virtual ~Laser ();
     20    RailProjectile ();
     21    virtual ~RailProjectile ();
    2222
    2323
     
    4444};
    4545
    46 #endif /* _LASER_H */
     46#endif /* _RAIL_PROJECTILE_H */
Note: See TracChangeset for help on using the changeset viewer.