1#ifndef YAZE_CLI_Z3ED_ASCII_LOGO_H_
2#define YAZE_CLI_Z3ED_ASCII_LOGO_H_
11 ███████╗██████╗ ███████╗██████╗
12 ╚══███╔╝╚════██╗██╔════╝██╔══██╗
13 ███╔╝ █████╔╝█████╗ ██║ ██║
14 ███╔╝ ╚═══██╗██╔══╝ ██║ ██║
15 ███████╗██████╔╝███████╗██████╔╝
16 ╚══════╝╚═════╝ ╚══════╝╚═════╝
24 ╔════════════════════════════════╗
25 ║ ███████╗██████╗ ███████╗██████╗ ║
26 ║ ╚══███╔╝╚════██╗██╔════╝██╔══██╗ ║
27 ║ ███╔╝ █████╔╝█████╗ ██║ ██║ ║
28 ║ ███╔╝ ╚═══██╗██╔══╝ ██║ ██║ ║
29 ║ ███████╗██████╔╝███████╗██████╔╝ ║
30 ║ ╚══════╝╚═════╝ ╚══════╝╚═════╝ ║
32 ║ ▲ ▲ AI-Powered CLI ║
33 ║ ▲▲▲▲▲ ROM Hacking Tool ║
34 ╚════════════════════════════════╝
38 ╭──────────────────────╮
43 ╰──────────────────────╯
48 return std::string(
"\033[1;36m") +
49 " ███████╗██████╗ ███████╗██████╗ \n"
50 " ╚══███╔╝╚════██╗██╔════╝██╔══██╗\n"
51 " ███╔╝ █████╔╝█████╗ ██║ ██║\n"
52 " ███╔╝ ╚═══██╗██╔══╝ ██║ ██║\n"
53 " ███████╗██████╔╝███████╗██████╔╝\n"
54 " ╚══════╝╚═════╝ ╚══════╝╚═════╝ \n"
57 " ▲ " +
"\033[1;37m" +
"Zelda 3 Editor\n" +
59 " ▲ ▲ " +
"\033[0;37m" +
"AI-Powered CLI\n" +
62 "\033[1;32m" +
" FTXUI ✦ Animations ✦ Command TODOs" +
"\n" +
constexpr const char * kZ3edLogo
constexpr const char * kZ3edLogoCompact
constexpr const char * kZ3edLogoMinimal
std::string GetColoredLogo()
Main namespace for the application.