|
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.
|
Functions that display the program's usage on screen. More...
#include <iostream>#include <iomanip>#include "StringFunctions.h"#include "Random.h"#include "PlayerName.h"#include "PasswordGenerate.h"#include "PasswordShow.h"Macros | |
| #define | USAGE_TABULATIONS_1 "\t" |
| #define | USAGE_TABULATIONS_2 "\t\t" |
| #define | USAGE_TABULATIONS_3 "\t\t\t" |
Functions | |
| void | _PrintSpecialCharacterTable () |
| void | _PrintUsageInfo (char *ExecutableFullPath) |
| void | _PrintSplashScreen () |
Functions that display the program's usage on screen.
| 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. |