Changeset 9165 in orxonox.OLD for branches/presentation/src/world_entities/projectiles/rail_projectiles.h
- Timestamp:
- Jul 4, 2006, 7:07:09 PM (19 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/projectiles/rail_projectiles.h
r9164 r9165 1 1 /*! 2 * @file laser.h2 * @file rail_projectile.h 3 3 * @brief a projectile, that is been shooted by a weapon 4 4 */ 5 5 6 #ifndef _ LASER_H7 #define _ LASER_H6 #ifndef _RAIL_PROJECTILE_H 7 #define _RAIL_PROJECTILE_H 8 8 9 9 #include "projectile.h" … … 15 15 class FastFactory; 16 16 17 class Laser: public Projectile17 class RailProjectile : public Projectile 18 18 { 19 19 public: 20 Laser();21 virtual ~ Laser();20 RailProjectile (); 21 virtual ~RailProjectile (); 22 22 23 23 … … 44 44 }; 45 45 46 #endif /* _ LASER_H */46 #endif /* _RAIL_PROJECTILE_H */
Note: See TracChangeset
for help on using the changeset viewer.