Добавил функцию для подсчёта живых клеток

This commit is contained in:
2024-12-07 11:23:39 +03:00
parent a7043f4843
commit 772bc2446a
3 changed files with 20 additions and 0 deletions

View File

@@ -29,5 +29,7 @@ public:
void update();
void displayField() const;
int countLiveCells() const;
};