Alien Storm (Genesis) Credits Select Cheat Tool Version 1.2
A command-line tool that computes some stuff regarding the Genesis Alien Storm game's credits select cheat.
Loading...
Searching...
No Matches
PrintSplashScreen.cpp File Reference

Functions for displaying the initial splash screen. More...

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

Functions

string _CenterString (string ToCenter="", bool PrintBorder=true)
void _PrintSplashScreen ()

Detailed Description

Functions for displaying the initial splash screen.

Author
WaluigiBSOD

Function Documentation

◆ _CenterString()

string _CenterString ( string ToCenter = "",
bool PrintBorder = true )

This function centers a string given in input, given a certain fixed width located inside Constants.cpp.

Parameters
[in]ToCenterThe string to center. If empty or being a blank space, prints only a border and nothing else.
[in]PrintBorderPrints a border around it by default or if set to true, none if set to false.
Returns
If ToCenter is not blank or a space, ToCenter, but centered. Otherwise prints only a border.
Author
WaluigiBSOD

◆ _PrintSplashScreen()

void _PrintSplashScreen ( )

This method prints the splash screen at the very beginning of the program's execution.

Author
WaluigiBSOD