Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Aug 19, 2005, 1:52:25 AM (19 years ago)
Author:
bensch
Message:

Shell: the shell outputs one Line now :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r5072 r5074  
    150150  if( initInput() == -1) return -1;
    151151  if( initNetworking () == -1) return -1;
     152  if( initMisc () == -1) return -1;
    152153
    153154  return 0;
     
    249250
    250251  CDEngine::getInstance();
     252  return 0;
     253}
     254
     255/**
     256 * initializes miscelaneous features
     257 * @return -1 on failure
     258 */
     259int Orxonox::initMisc()
     260{
    251261  Shell::getInstance();
    252 
    253262  return 0;
    254263}
Note: See TracChangeset for help on using the changeset viewer.