#pragma once class CellularAutomaton { int m_fieldWidth, m_fieldHeight; public: CellularAutomaton(int width, int height); };