diff --git a/Hazard/Hazard/Cell.cpp b/Hazard/Hazard/Cell.cpp new file mode 100644 index 0000000..a41190b --- /dev/null +++ b/Hazard/Hazard/Cell.cpp @@ -0,0 +1,17 @@ +#include "stdafx.h" +#include +#include +#include "PrimImplikantCollection.h" +#include "Cell.h" + +vector Cell::GetNeighbors() +{ + vector neighbors; + return neighbors; +} + +vector Cell::GetHazards() +{ + vector neighbors; + return neighbors; +} \ No newline at end of file