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