We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d8919 commit 3734769Copy full SHA for 3734769
Fonts/banner/banner.h
@@ -185,16 +185,14 @@ class Banner : public Fonts
185
}
186
187
188
- /*
189
- char **P()
+ char **P()
190
{
191
char **character = getCharGrid();
192
193
- //Enter the character grid in ROWS X COLS
+ character[0][0] = character[1][0] = character[2][0] = character[3][0] = character[4][0] = character[5][0] = character[6][0] = character[0][1] = character[0][2] = character[0][3] = character[0][4] = character[0][5] = character[1][6] = character[2][6] = character[3][1] = character[3][2] = character[3][3] = character[3][4] = character[3][5] ='#';
194
195
return character;
196
- }
197
- */
+ }
198
199
/*
200
char **Q()
0 commit comments