Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2005, 11:17:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/levelLoader: some issues, to be able to describe what is loadable

File:
1 edited

Legend:

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

    r4250 r4251  
    1616#include "load_param.h"
    1717
    18 //void BaseLoadParam::description(const char* paramDescription)
    19 //{
    2018
    21 //}
     19BaseLoadParam::BaseLoadParam(BaseObject* object, const char* type1, const char* type2,
     20                const char* type3, const char* type4, const char* type5)
     21{
     22 
     23}
    2224
    23 
     25/**
     26   \brief if the description of Parameters should be executed
     27*/
     28bool LoadClassDescription::ParametersDescription = false;
Note: See TracChangeset for help on using the changeset viewer.