Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2008, 8:39:13 PM (16 years ago)
Author:
rgrieder
Message:

Added support to specify the command line arguments in start.ini (uses the same formatting). '#' is the comment character.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/core/RootGameState.h

    r1689 r1690  
    4848        void gotoState(const std::string& name);
    4949
    50         void parseCommandLine(int argc, char** argv);
     50        void parseArguments(int argc, char** argv);
    5151
    5252        std::string           stateRequest_;
Note: See TracChangeset for help on using the changeset viewer.