We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eaf1bc commit 643cfbeCopy full SHA for 643cfbe
libs/utilities.h
@@ -35,7 +35,15 @@ typedef struct {
35
*/
36
void drawPattern(TGame* pGame, char* pattern);
37
38
-// TODO
+/**
39
+ * @brief Draws a specified pattern on a Conway's Game of Life board.
40
+ *
41
+ * @param pGame Pointer to the Conway's Game of Life structure where the pattern will be drawn.
42
+ * @param pattern Pointer to pattern structure to be drawn.
43
44
+ * @warning This functions is intended for internal use only and should not be used outside of this
45
+ * library.
46
+ */
47
void drawPatternInDashboard(TGame* pGame, TPattern* pattern);
48
49
/**
0 commit comments