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.cpp File Reference

Functions that display error messages on screen. More...

#include <iostream>
#include "StringFunctions.h"

Functions

void _PrintErrorMessage (string Message)
unsigned char _PrintErrorMessage (string Message, unsigned char ReturnValue)

Detailed Description

Functions that display error messages on screen.

Author
WaluigiBSOD

Function Documentation

◆ _PrintErrorMessage() [1/2]

void _PrintErrorMessage ( string Message)

Prints an error message on screen.

Parameters
[in]MessageMessage to print.
Author
WaluigiBSOD

◆ _PrintErrorMessage() [2/2]

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