Alien Storm (Genesis) Credits Select Cheat Tool Version 1.1
A command-line tool that computes some stuff regarding the Genesis Alien Storm game's credits select cheat.
|
Functions for displaying the initial splash screen. More...
Functions | |
string | _CenterString (string ToCenter="", bool PrintBorder=true) |
void | _PrintSplashScreen () |
Functions for displaying the initial splash screen.
string _CenterString | ( | string | ToCenter = "" , |
bool | PrintBorder = true |
||
) |
This function centers a string given in input, given a certain fixed width located inside Constants.cpp.
[in] | ToCenter | The string to center. If empty or being a blank space, prints only a border and nothing else. |
[in] | PrintBorder | Prints a border around it by default or if set to true, none if set to false. |
void _PrintSplashScreen | ( | ) |
This method prints the splash screen at the very beginning of the program's execution.