|
6 | 6 |
|
7 | 7 | printMsg( |
8 | 8 | debug::output::BOLD |
9 | | - + " _____ _____ _ __ __ __ ____ ___ ____ ____" |
| 9 | + + " _____ _____ _ __ __ __ ____ ___ ____ __" |
10 | 10 | + debug::output::ENDCOLOR, |
11 | 11 | debug::Priority::PERFORMANCE, |
12 | 12 | debug::LineMode::NEW, |
13 | 13 | stream); |
14 | 14 | printMsg(debug::output::BOLD |
15 | | - + "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ " |
16 | | - "\\___ \\| ___|" |
| 15 | + + "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ \\___ \\ / /" |
17 | 16 | + debug::output::ENDCOLOR, |
18 | 17 | debug::Priority::PERFORMANCE, |
19 | 18 | debug::LineMode::NEW, |
20 | 19 | stream); |
21 | 20 | printMsg( |
22 | 21 | debug::output::BOLD |
23 | | - + " | | | | | ' / | |/ __| | __) | | | |__) |___ \\" |
| 22 | + + " | | | | | ' / | |/ __| | __) | | | |__) | '_ \\" |
24 | 23 | + debug::output::ENDCOLOR, |
25 | 24 | debug::Priority::PERFORMANCE, |
26 | 25 | debug::LineMode::NEW, |
27 | 26 | stream); |
28 | 27 | printMsg( |
29 | 28 | debug::output::BOLD |
30 | | - + " | | | | | . \\ | | (__| | / __/| |_| / __/ ___) |" |
| 29 | + + " | | | | | . \\ | | (__| | / __/| |_| / __/| (_) |" |
31 | 30 | + debug::output::ENDCOLOR, |
32 | 31 | debug::Priority::PERFORMANCE, |
33 | 32 | debug::LineMode::NEW, |
34 | 33 | stream); |
35 | 34 | printMsg(debug::output::BOLD |
36 | | - + " |_| |_| |_|\\_\\ | |\\___| | " |
37 | | - "|_____|\\___/_____|____/" |
| 35 | + + " |_| |_| |_|\\_\\ | |\\___| | |_____|\\___/_____|\\___/" |
38 | 36 | + debug::output::ENDCOLOR, |
39 | 37 | debug::Priority::PERFORMANCE, |
40 | 38 | debug::LineMode::NEW, |
|
0 commit comments