Заготовка CellularAutomaton
This commit is contained in:
5
lab1/CellularAutomaton.cpp
Normal file
5
lab1/CellularAutomaton.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "CellularAutomaton.h"
|
||||
|
||||
CellularAutomaton::CellularAutomaton(int width, int height) : m_fieldWidth(width), m_fieldHeight(height)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user