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

Functions that display the program's usage on screen. More...

#include <iostream>
#include <iomanip>
#include "StringFunctions.h"
#include "Random.h"
#include "PlayerName.h"
#include "PasswordGenerate.h"
#include "PasswordShow.h"

Macros

#define USAGE_TABULATIONS_1   "\t"
#define USAGE_TABULATIONS_2   "\t\t"
#define USAGE_TABULATIONS_3   "\t\t\t"

Functions

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

Detailed Description

Functions that display the program's usage on screen.

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