From 5b8e07558e5f04c73cbb8f468ace1d14e19b36d8 Mon Sep 17 00:00:00 2001 From: FutureRave Date: Sat, 12 Nov 2022 23:38:42 +0000 Subject: [PATCH] main: add goofy ahh ascii art header --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 599e2c2..8fc20f2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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