main: add goofy ahh ascii art header

This commit is contained in:
2022-11-12 23:38:42 +00:00
parent 09beda1572
commit 5b8e07558e

View File

@ -89,6 +89,9 @@ namespace
int main(const int argc, const char** argv)
{
console::set_title("X Labs Master Tool");
console::log(
"\n ___ ___ \n|__/ | | | |__ \\_/ |__ \n| \\ | |___ |___ .|___ / \\ |___ \n"
);
console::log("Starting X Labs Master Tool");
// Parse command-line flags