Changeset 6981 in orxonox.OLD for trunk/src/util/loading
- Timestamp:
- Feb 2, 2006, 2:45:07 PM (19 years ago)
- Location:
- trunk/src/util/loading
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/game_loader.h
r6862 r6981 40 40 { 41 41 public: 42 ~GameLoader ();42 virtual ~GameLoader (); 43 43 /** this class is a singleton class @returns an instance of itself */ 44 44 static GameLoader* getInstance() { if(singletonRef == NULL) singletonRef = new GameLoader(); return singletonRef; } -
trunk/src/util/loading/load_param.h
r6613 r6981 89 89 public: 90 90 CLoadParam(const TiXmlElement* root, const char* paramName, BaseObject* object, const Executor& executor, bool inLoadCycle = false); 91 ~CLoadParam();91 virtual ~CLoadParam(); 92 92 93 93 CLoadParam& describe(const char* descriptionText);
Note: See TracChangeset
for help on using the changeset viewer.