|
Dr. Mario 64 Password Tool Version 1.1
A command-line tool written in C++ that allows to generate and decode the passwords of Dr. Mario 64.
|
CheckCommandLineArguments.cpp's header file. More...
Go to the source code of this file.
Functions | |
| unsigned char | _CheckCommandLineArguments (char **CommandLineArgumentsArray, bool InGameInformation=false) |
CheckCommandLineArguments.cpp's header file.
| unsigned char _CheckCommandLineArguments | ( | char ** | CommandLineArgumentsArray, |
| bool | InGameInformation = false ) |
Checks if all the entered command-line arguments are valid or not, as a string.
| [in] | CommandLineArgumentsArray | All the command-line arguments to check. |
| [in] | InGameInformation | Specifies if the data to be validated comes directly from the game's screen (true) or is entered as internal data (false). |