#include <Powerup.h>
Inheritance diagram for Powerup:


| Public Member Functions | |
| Powerup (Map &) | |
| ~Powerup () | |
| mapobject_t | GetType () | 
| long | get_property (const std::string &) | 
Definition at line 7 of file Powerup.h.
| Powerup::Powerup | ( | Map & | ) | 
| Powerup::~Powerup | ( | ) | 
| mapobject_t Powerup::GetType | ( | ) |  [virtual] | 
Implements MapObject.
Definition at line 19 of file Powerup.cpp.
References MAPOBJECT_POWERUP_UNKNOWN.
00020 { 00021 // %! fixa.. 00022 return MAPOBJECT_POWERUP_UNKNOWN; 00023 }
| long Powerup::get_property | ( | const std::string & | ) |  [virtual] | 
 1.3.6
 
1.3.6