|
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.
|
PrintUsage.cpp's header file. More...
Go to the source code of this file.
Functions | |
| void | _PrintSpecialCharacterTable () |
| void | _PrintUsageInfo (char *ExecutableFullPath) |
| void | _PrintSplashScreen () |
PrintUsage.cpp's header file.
| void _PrintSpecialCharacterTable | ( | ) |
Prints on screen the table for inputting special characters in the player's name.
| void _PrintSplashScreen | ( | ) |
Prints on screen the program's splash screen.
| void _PrintUsageInfo | ( | char * | ExecutableFullPath | ) |
Prints on screen the program's usage info.
| [in] | ExecutableFullPath | Program's executable file full path. |