mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-04-21 20:05:43 +00:00
main: add goofy ahh ascii art header
This commit is contained in:
parent
09beda1572
commit
5b8e07558e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user