|
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 error messages on screen. More...
Functions | |
| void | _PrintErrorMessage (string Message) |
| unsigned char | _PrintErrorMessage (string Message, unsigned char ReturnValue) |
Functions that display error messages on screen.
| void _PrintErrorMessage | ( | string | Message | ) |
Prints an error message on screen.
| [in] | Message | Message to print. |
| unsigned char _PrintErrorMessage | ( | string | Message, |
| unsigned char | ReturnValue ) |
Prints an error message on screen.
| [in] | Message | Message to print. |
| [in] | ReturnValue | Error code to return. |