Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5433 in orxonox.OLD for trunk/src/world_entities/power_ups


Ignore:
Timestamp:
Oct 25, 2005, 11:15:33 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: include power_up.h

Location:
trunk/src/world_entities/power_ups
Files:
1 added
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/power_ups/power_up.h

    r5432 r5433  
    1 /*! 
     1/*!
    22 * @file power_up.h
    3   * A class representing a PowerUp in the world.
    4 */ 
     3 * @brief A class representing a PowerUp in the world.
     4*/
    55
    66#ifndef _POWER_UP_H
    77#define _POWER_UP_H
    88
    9 #include "data_tank.h"
    10 #include "ability.h"
    119#include "world_entity.h"
    1210
    13 class PowerUp : Ability, WorldEntity {
     11class PowerUp : WorldEntity {
    1412
    1513 public:
    1614  PowerUp ();
    1715  virtual ~PowerUp ();
    18  
     16
    1917};
    2018
Note: See TracChangeset for help on using the changeset viewer.