Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 3, 2005, 8:50:51 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: updated to new autoconf, moved resourcemanager to util/loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r5424 r5479  
    285285              CONFIG_SECTION_DATA,
    286286              CONFIG_NAME_DATADIR);
     287    Gui* gui = new Gui(argc, argv);
     288    gui->startGui();
     289    delete gui;
    287290    exit(-1);
    288291  }
Note: See TracChangeset for help on using the changeset viewer.