Skip to content

Commit 73b845d

Browse files
hozlucas28TiagoGiannottiGuidolinares
committed
feature: add center field to TPattern structure
Co-authored-by: Tiago Giannotti <[email protected]> Co-authored-by: Guidolinares <[email protected]>
1 parent 50d298b commit 73b845d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/patterns/structs.h

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ typedef struct {
1515
char (*arr)[PATTERN_COLS]; /** 2D array representing the pattern. */
1616
int rows; /** Number of rows of the pattern. */
1717
int cols; /** Number of columns of the pattern. */
18+
int center[2]; /** Array (row, and column) representing the center of the pattern. */
1819
} TPattern;
1920

2021
#endif // PATTERNS_STRUCTS_H_INCLUDED

0 commit comments

Comments
 (0)