We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
drawPattern
drawPatternInDashboard
1 parent eda7ac0 commit 8434610Copy full SHA for 8434610
libs/utilities.c
@@ -7,13 +7,13 @@
7
8
// TODO
9
void drawPattern(TGame* pGame, char* pattern) {
10
- printf("%s pattern was drawn!", pattern);
+ // drawPatternInDashboard();
11
+ printf("\n* The '%s' pattern was injected! *", pattern);
12
+ printf("\n* The '%s' pattern was drawn! *", pattern);
13
}
14
15
-void drawPatternInDashboard(TGame* pGame, TPattern* pattern) {
- printf("%s pattern was injected!", pattern);
16
-}
+void drawPatternInDashboard(TGame* pGame, TPattern* pattern) {}
17
18
void fillDashboard(TGame* pGame, int with) {
19
int i;
0 commit comments