|
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.
|
Main program file. More...
#include "Constants.h"#include "Random.h"#include "PrintUsage.h"#include "PlayerName.h"#include "PasswordGenerate.h"#include "PasswordShow.h"#include "CheckCommandLineArguments.h"#include "CheckRawData.h"Functions | |
| int | main (int argc, char **argv) |
Main program file.
| int main | ( | int | argc, |
| char ** | argv ) |
The main program function.
Handles all the command-line input/output, displaying the program's splash screen and calling the appropriate password decoding/generation functions.
| [in] | argc | Number of command-line arguments (zeroth one is always the program's executable full path). |
| [in] | argv | Command-line arguments. |