Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 13, 2005, 2:49:48 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: added Aim-class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/loading/load_param_description.h

    r5549 r5556  
    2626// Forward Declaration //
    2727template<class T> class tList;
     28class MultiType;
    2829
    2930/************************
     
    4950  int*          types;                 //!< What kind of parameters does this function take ??
    5051  char*         description;           //!< A longer description about this function.
    51   char**        defaultValues;         //!< The 'Default Values'.
     52  char**        defaultValues;         //!< The 'Default Values'. @TODO MAKE THIS A MULTITYPE
    5253};
    5354
     
    7172 private:
    7273  static bool                          parametersDescription;  //!< if parameter-description should be enabled.
    73   static tList<LoadClassDescription>*  classList;              //!< a list, that holds all the loadable classes. (after one instance has been loaded)
     74  static tList<LoadClassDescription>*  classList;              //!< a list, that stores all the loadable classes. (after one instance has been loaded)
    7475  char*                                className;              //!< name of the class
     76
    7577  tList<LoadParamDescription>*         paramList;              //!< List of parameters this class knows.
    7678};
Note: See TracChangeset for help on using the changeset viewer.