Skip to content

Commit

Permalink
fix(todos): improve drawPattern and drawPatternInDashboard todos
Browse files Browse the repository at this point in the history
  • Loading branch information
hozlucas28 committed Sep 12, 2024
1 parent eda7ac0 commit 8434610
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/utilities.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

// TODO
void drawPattern(TGame* pGame, char* pattern) {
printf("%s pattern was drawn!", pattern);
// drawPatternInDashboard();
printf("\n* The '%s' pattern was injected! *", pattern);
printf("\n* The '%s' pattern was drawn! *", pattern);
}

// TODO
void drawPatternInDashboard(TGame* pGame, TPattern* pattern) {
printf("%s pattern was injected!", pattern);
}
void drawPatternInDashboard(TGame* pGame, TPattern* pattern) {}

void fillDashboard(TGame* pGame, int with) {
int i;
Expand Down

0 comments on commit 8434610

Please sign in to comment.