File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -734,8 +734,7 @@ class Boomer : public Fonts
734
734
735
735
*/
736
736
737
- <<<<<<< HEAD
738
- char **six ()
737
+ char **six ()
739
738
{
740
739
char **character = getCharGrid ();
741
740
character[0 ][2 ] = character[0 ][3 ] = character[0 ][4 ] = character[0 ][5 ] = character[1 ][3 ] = character[1 ][4 ] = character[1 ][5 ] = character[2 ][3 ] = character[2 ][4 ] = character[2 ][5 ] = character[3 ][3 ] = character[3 ][4 ] = character[3 ][2 ] = character[5 ][1 ] = character[5 ][2 ] = character[5 ][3 ] = character[5 ][4 ] = character[5 ][5 ] = character[4 ][3 ] = ' _' ;
@@ -750,18 +749,6 @@ class Boomer : public Fonts
750
749
751
750
return character;
752
751
}
753
- =======
754
- /*
755
- char **six()
756
- {
757
- char **character = getCharGrid(ROWS,COLS);
758
-
759
- //Enter the character grid in ROWS X COLS
760
-
761
- return character;
762
- }
763
- */
764
- >>>>>>> 7c223e56986dd2a63b8cb17a5fe7151e34e37cde
765
752
766
753
char **seven ()
767
754
{
You can’t perform that action at this time.
0 commit comments