Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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
Files:
1 added
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/Makefile.am

    r5355 r5433  
    2323                  weapons/turret.cc \
    2424                  weapons/test_bullet.cc \
    25                   weapons/crosshair.cc
     25                  weapons/crosshair.cc \
     26                  power_ups/power_up.cc
    2627
    2728noinst_HEADERS = \
     
    3435                 skysphere.h \
    3536                 skybox.h \
    36                  power_up.h \
    3737                 terrain.h \
    3838                 satellite.h \
     
    4545                 weapons/turret.h \
    4646                 weapons/test_bullet.h \
    47                  weapons/crosshair.h
     47                 weapons/crosshair.h \
     48                 power_ups/power_up.h
    4849
    4950
  • 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.