Выбор заполнения
This commit is contained in:
@@ -19,7 +19,7 @@ class CellularAutomaton
|
||||
int getCellState(int x, int y) const;
|
||||
int getNeighborhoodIndex(int x, int y) const;
|
||||
public:
|
||||
CellularAutomaton(int width, int height);
|
||||
CellularAutomaton(int width, int height, bool fillWithRandom);
|
||||
|
||||
void update();
|
||||
void displayField() const;
|
||||
|
||||
Reference in New Issue
Block a user