Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2005, 3:44:23 PM (18 years ago)
Author:
manuel
Message:

some debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/powerups/src/world_entities/power_ups/param_power_up.h

    r6107 r6109  
    2424
    2525  void setValue(int value);
    26   void setType(EnumParamPowerUpType type)
     26  void setMaxValue(int value);
     27  void setMinValue(int value);
     28  void setType(const char* type);
     29  EnumParamPowerUpType getType();
     30  int getValue();
    2731
    2832protected:
     
    3438
    3539private:
    36   static const char* paramTypes;
     40  static const char* paramTypes[];
    3741  EnumParamPowerUpType type;
    3842  int value;
Note: See TracChangeset for help on using the changeset viewer.