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.
Loading...
Searching...
No Matches
PrintError.h File Reference

PrintError.cpp's header file. More...

#include <string>

Go to the source code of this file.

Functions

unsigned char _PrintErrorMessage (string Message, unsigned char ReturnValue)

Detailed Description

PrintError.cpp's header file.

Author
WaluigiBSOD

Function Documentation

◆ _PrintErrorMessage()

unsigned char _PrintErrorMessage ( string Message,
unsigned char ReturnValue )

Prints an error message on screen.

Parameters
[in]MessageMessage to print.
[in]ReturnValueError code to return.
Returns
Error code specified in ReturnValue.
Author
WaluigiBSOD