Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2005, 3:21:58 PM (18 years ago)
Author:
manuel
Message:

powerup and extendable work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/powerups/src/world_entities/power_ups/power_up.cc

    r5871 r5873  
    2323using namespace std;
    2424
    25 
    26 
    27 PowerUp::PowerUp (PowerUpType type)
    28 {
    29   this->init();
    30 }
    31 
    32 PowerUp::PowerUp(const TiXmlElement* root)
    33 {
    34   this->init();
    35   this->loadParams(root);
    36 }
    37 
    38 void PowerUp::init() {
    39   this->setClassID(CL_POWER_UP, "PowerUp");
    40   this->type = type;
    41 }
     25PowerUp::PowerUp() { }
    4226
    4327PowerUp::~PowerUp () {}
Note: See TracChangeset for help on using the changeset viewer.