This commit is contained in:
2019-11-05 19:01:33 -07:00
parent dea67dc3c0
commit ae02863a60
12 changed files with 99 additions and 0 deletions

View File

@@ -1,4 +1,9 @@
//
// Created by Brady Bodily on 11/5/19.
//
#include "LifeSimulator.hpp"
LifeSimulator::LifeSimulator(std::uint8_t sizeX, std::uint8_t sizeY) :
sizeX(sizeX), sizeY(sizeY) {
}