Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6613 in orxonox.OLD for trunk/src/util/loading/load_param.h


Ignore:
Timestamp:
Jan 19, 2006, 1:51:00 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: better LoadParam

File:
1 edited

Legend:

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

    r5708 r6613  
    104104    LoadClassDescription*    classDesc;            //!< The LoadClassDescription of this CLoadParameter
    105105    LoadParamDescription*    paramDesc;            //!< The LoadParameterDescription of this LoadParameter
     106    const TiXmlElement*      loadElem;             //!< The Element to load.
    106107    const char*              loadString;           //!< The string loaded by this LoadParam
    107108    const void*              pointerToParam;       //!< A Pointer to a Parameter.
     
    113114
    114115const char* grabParameter(const TiXmlElement* root, const char* parameterName);
     116const TiXmlElement* grabParameterElement(const TiXmlElement* root, const char* parameterName);
    115117
    116118#endif /* _LOAD_PARAM_H */
Note: See TracChangeset for help on using the changeset viewer.