Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 11, 2013, 5:52:29 PM (11 years ago)
Author:
landauf
Message:

renamed CreateFactory() as RegisterClass() to be more consistent with the corresponding RegisterObject() macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/orxonox/Level.cc

    r9629 r9638  
    4343namespace orxonox
    4444{
    45     CreateFactory(Level);
     45    RegisterClass(Level);
    4646
    4747    Level::Level(Context* context) : BaseObject(context), Synchronisable(context), Context(context)
Note: See TracChangeset for help on using the changeset viewer.