We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TGame
1 parent f55a272 commit c621800Copy full SHA for c621800
libs/game/structs.h
@@ -21,8 +21,8 @@ typedef struct {
21
int cellsAlive; /** Number of alive cells. */
22
int cellsDead; /** Number of dead cells. */
23
int generation; /** Represents the generation number. */
24
- int maximumGeneration; /** TODO: Documentation */
25
- int delayBetweenGenerations; /** TODO: Documentation */
+ int maximumGeneration; /** Maximum number of generations to be processed. */
+ int delayBetweenGenerations; /** Delay time in milliseconds for processed the next generation.*/
26
} TGame;
27
28
#endif // GAME_STRUCTS_H_INCLUDED
0 commit comments