Changeset 5162 in orxonox.OLD for trunk/src/util/loading/factory.cc
- Timestamp:
- Sep 5, 2005, 10:29:03 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/factory.cc
r5161 r5162 20 20 #include "game_loader.h" 21 21 using namespace std; 22 23 SHELL_COMMAND(create, Factory, fabricate); 24 22 25 23 26 /* -------------------------------------------------- … … 71 74 { 72 75 Factory::first = factory; 73 ShellCommand<Factory>::registerCommand("create", "Factory", &Factory::fabricate);74 76 } 75 77 else
Note: See TracChangeset
for help on using the changeset viewer.