Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 20, 2005, 6:32:39 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: new LoadParam procedure with all NON-cycling load-options, and it works perfectly (on first sight :))

now going to make the same for cycling LoadOptions

File:
1 edited

Legend:

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

    r5651 r5652  
    2222#define _LOAD_PARAM_H
    2323
    24 #include "functor_list.h"
    25 
    26 #include "debug.h"
    27 
    28 #include "factory.h"
    29 #include "substring.h"
    30 #include "tinyxml.h"
     24#include "base_object.h"
     25
    3126#include "executor/executor.h"
    3227#include "executor/executor_specials.h"
     
    7469
    7570  protected:
     71    bool                     withLoadString;       //!< If we need the loadString to execute this.
    7672    Executor*                executor;
    7773    BaseObject*              object;
     74    const char*              paramName;
    7875
    7976    LoadClassDescription*    classDesc;            //!< The LoadClassDescription of this LoadParameter
Note: See TracChangeset for help on using the changeset viewer.