Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2005, 3:11:10 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/levelLoader: minor… sleep-state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelLoader/src/util/loading/load_param.h

    r4256 r4260  
    186186  LoadParamDescription* addParam(const char* paramName);
    187187
    188   static void printAll(void);
     188  static void printAll(const char* fileName = NULL);
    189189
    190190  static bool parametersDescription;             //!< if parameter-description should be enabled.
     
    199199{
    200200 public:
    201   void describe(const char* descriptionText);
     201  BaseLoadParam* describe(const char* descriptionText);
    202202
    203203 protected:
Note: See TracChangeset for help on using the changeset viewer.