Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4005 in orxonox.OLD for orxonox/branches/ll2trunktemp/src/factory.h


Ignore:
Timestamp:
Apr 28, 2005, 8:24:43 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/ll2trunktemp: tested loading of a different WorldEntity (SkyBox) and it works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/ll2trunktemp/src/factory.h

    r4004 r4005  
    1515    this should be used at the beginning of all the Classes that should be loadable (in the cc-file)
    1616*/
    17 #define CREATE_FACTORY(x) tFactory<x>* global_ ## x ## Factory = new tFactory<x>(#x);
     17#define CREATE_FACTORY(x) tFactory<x>* global_ ## x ## Factory = new tFactory<x>(#x)
    1818
    1919
Note: See TracChangeset for help on using the changeset viewer.