Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: include power_up.h

File size: 258 bytes
Line 
1/*!
2 * @file power_up.h
3 * @brief A class representing a PowerUp in the world.
4*/
5
6#ifndef _POWER_UP_H
7#define _POWER_UP_H
8
9#include "world_entity.h"
10
11class PowerUp : WorldEntity {
12
13 public:
14  PowerUp ();
15  virtual ~PowerUp ();
16
17};
18
19#endif /* _POWER_UP_H */
Note: See TracBrowser for help on using the repository browser.