Skip to content

Commit

Permalink
feature(macros): add new macros
Browse files Browse the repository at this point in the history
  • Loading branch information
hozlucas28 committed Sep 12, 2024
1 parent 45b721a commit 78db025
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions libs/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@
*/
#define COLS 110

// TODO: Add documentation
#define PATTERN_ROWS 13

// TODO: Add documentation
#define PATTERN_COLS 36

#endif // MACROS_H_INCLUDED
2 changes: 1 addition & 1 deletion libs/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ typedef struct {

// TODO
typedef struct {
int (*dashboard)[COLS];
int (*dashboard)[PATTERN_COLS];
int rows;
int cols;
int center[2];
Expand Down

0 comments on commit 78db025

Please sign in to comment.