Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5072 in orxonox.OLD for trunk/src/orxonox.cc


Ignore:
Timestamp:
Aug 19, 2005, 12:59:46 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: started function implementation for Shell

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r5037 r5072  
    4949#include "class_list.h"
    5050#include "substring.h"
     51#include "shell.h"
    5152
    5253#include <string.h>
     
    9394  delete GarbageCollector::getInstance();
    9495  FastFactory::deleteAll();
     96  delete Shell::getInstance();
    9597
    9698  delete EventHandler::getInstance();
     
    247249
    248250  CDEngine::getInstance();
     251  Shell::getInstance();
    249252
    250253  return 0;
Note: See TracChangeset for help on using the changeset viewer.