File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -634,17 +634,21 @@ class Starwar : public Fonts
634
634
635
635
*/
636
636
637
- /*
637
+
638
638
char **one ()
639
639
{
640
640
char **character = getCharGrid ();
641
641
642
642
// Enter the character grid in ROWS X COLS
643
+ character[0 ][1 ] = character[0 ][2 ] = character[5 ][2 ] = ' _' ;
644
+ character[1 ][0 ] = ' /' ;
645
+ character[1 ][1 ] = character[5 ][2 ] = ' _' ;
646
+ character[2 ][1 ] = character[3 ][1 ] =character[4 ][1 ] = character[5 ][1 ] = character[1 ][3 ] = character[2 ][3 ] = character[3 ][3 ] =character[4 ][3 ] = character[5 ][3 ] = ' |' ;
643
647
644
648
return character;
645
649
}
646
650
647
- */
651
+
648
652
649
653
/*
650
654
char **two()
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ using namespace ascii;
6
6
int main ()
7
7
{
8
8
Ascii a = Ascii (starwar);
9
- a.print (" L " );
9
+ a.print (" 1 " );
10
10
return 0 ;
11
11
}
You can’t perform that action at this time.
0 commit comments