Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5162 in orxonox.OLD for trunk/src/util/loading/factory.cc


Ignore:
Timestamp:
Sep 5, 2005, 10:29:03 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: more elaborate and MUCH easier through Macro-definition

File:
1 edited

Legend:

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

    r5161 r5162  
    2020#include "game_loader.h"
    2121using namespace std;
     22
     23SHELL_COMMAND(create, Factory, fabricate);
     24
    2225
    2326/*  --------------------------------------------------
     
    7174  {
    7275    Factory::first = factory;
    73     ShellCommand<Factory>::registerCommand("create", "Factory", &Factory::fabricate);
    7476  }
    7577  else
Note: See TracChangeset for help on using the changeset viewer.