![]() |
R-Type
2
Doom but in better
|
This is the file in charge of displaying the help message. More...
Go to the source code of this file.
Functions | |
void | DisplayVersion (bool helpMode=false) |
Displays version information for the program. | |
void | DisplayHelp (const std::string binName) |
The main function of the help display. | |
This is the file in charge of displaying the help message.
Definition in file HelpFunctions.cpp.
void DisplayHelp | ( | const std::string | binName | ) |
The main function of the help display.
binName | Name of the executable binary. |
Definition at line 101 of file HelpFunctions.cpp.
void DisplayVersion | ( | bool | helpMode = false | ) |
Displays version information for the program.
helpMode | If true, will prepend a 'VERSION\:\n' string to the output (default: false). |
Definition at line 88 of file HelpFunctions.cpp.