Add two different styles. The old one is now called retro, and the new one, which is the default, is called fancy

This commit is contained in:
Dr-Noob
2020-07-02 18:53:28 +02:00
parent 942a86c04f
commit ba047c76e3
6 changed files with 176 additions and 84 deletions

View File

@@ -1,7 +1,7 @@
#ifndef __ASCII__
#define __ASCII__
#define NUMBER_OF_LINES 20
#define NUMBER_OF_LINES 19
#define LINE_SIZE 62
#define AMD_ASCII \
@@ -23,7 +23,6 @@
\
\
\
\
"
#define INTEL_ASCII \
@@ -45,7 +44,6 @@
#### #### \
##### ########## \
########## ################ \
############################### \
"
############################### "
#endif