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
PrintUsage.h File Reference

PrintUsage.cpp's header file. More...

Go to the source code of this file.

Functions

void _PrintSpecialCharacterTable ()
void _PrintUsageInfo (char *ExecutableFullPath)
void _PrintSplashScreen ()

Detailed Description

PrintUsage.cpp's header file.

Author
WaluigiBSOD

Function Documentation

◆ _PrintSpecialCharacterTable()

void _PrintSpecialCharacterTable ( )

Prints on screen the table for inputting special characters in the player's name.

Author
WaluigiBSOD

◆ _PrintSplashScreen()

void _PrintSplashScreen ( )

Prints on screen the program's splash screen.

Author
WaluigiBSOD

◆ _PrintUsageInfo()

void _PrintUsageInfo ( char * ExecutableFullPath)

Prints on screen the program's usage info.

Parameters
[in]ExecutableFullPathProgram's executable file full path.
Author
WaluigiBSOD