Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 20, 2008, 10:30:28 PM (16 years ago)
Author:
rgrieder
Message:

Added CommandLine class.
You can now call SetCommandLineArgument like SetConsoleCommand and hereby define a new command line argument. They are passed in main() and then they can be accessed by commandLine::getCommandLineArgument().

File:
1 edited

Legend:

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

    r1638 r1663  
    102102  class CommandEvaluation;
    103103  class CommandExecutor;
     104  class CommandLine;
     105  class BaseCommandLineArgument;
     106  template <class T>
     107  class CommandLineArgument;
    104108  class ConfigFile;
    105109  class ConfigFileEntry;
Note: See TracChangeset for help on using the changeset viewer.