Etterna 0.74.4
|
The collection of command line actions. More...
Classes | |
class | CommandLineArgs |
The housing for the command line arguments. More... | |
Functions | |
void | Handle (LoadingWindow *pLW) |
Perform a utility function, then exit. | |
Variables | |
std::vector< CommandLineArgs > | ToProcess |
A list of command line arguemnts to process while the game is running. These args could have come from this process or passed to this process from another process. | |
The collection of command line actions.
void CommandLineActions::Handle | ( | LoadingWindow * | pLW | ) |
Perform a utility function, then exit.
pLW | the LoadingWindow that is presently not used? |