main: add goofy ahh ascii art header

This commit is contained in:
6arelyFuture 2022-11-12 23:38:42 +00:00
parent 09beda1572
commit 5b8e07558e
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31

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