Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5155 in orxonox.OLD for trunk/src/util/loading/factory.h


Ignore:
Timestamp:
Aug 27, 2005, 3:39:26 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: now one should be able to create entities on the Fly

File:
1 edited

Legend:

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

    r4932 r5155  
    2626
    2727#include "tinyxml.h"
    28 #include "load_param.h"
    2928#include "base_object.h"
    3029#include "debug.h"
     
    4443  ~Factory ();
    4544
    46 
     45  void fabricate(const char* className, const char* entityName);
    4746  virtual BaseObject* fabricate(const TiXmlElement* root) = NULL;
    4847
Note: See TracChangeset for help on using the changeset viewer.