Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/world_entities/power_ups/power_up.h @ 5437

Last change on this file since 5437 was 5434, checked in by bensch, 19 years ago

orxonox/trunk: Turret Power Up defined

File size: 308 bytes
RevLine 
[5433]1/*!
[5039]2 * @file power_up.h
[5433]3 * @brief A class representing a PowerUp in the world.
4*/
[2077]5
[3224]6#ifndef _POWER_UP_H
7#define _POWER_UP_H
[2077]8
9#include "world_entity.h"
10
[5434]11class PowerUp : public WorldEntity {
[2077]12
13 public:
14  PowerUp ();
[3544]15  virtual ~PowerUp ();
[5434]16  void loadParam(const TiXmlElement* root);
[2077]17};
18
[3224]19#endif /* _POWER_UP_H */
Note: See TracBrowser for help on using the repository browser.