From 187abe3f5e2219e0a80c0cdca4db362e223b60ae Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sun, 26 Feb 2017 22:49:23 +0100 Subject: Gen: Moved PiecePool into a separate file. Also rewritten the PieceGenerator to use std::unique_ptr. --- src/Generating/VerticalLimit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Generating/VerticalLimit.h') diff --git a/src/Generating/VerticalLimit.h b/src/Generating/VerticalLimit.h index 0e36424ac..aeb41c1e8 100644 --- a/src/Generating/VerticalLimit.h +++ b/src/Generating/VerticalLimit.h @@ -9,7 +9,7 @@ #pragma once -#include "PieceGenerator.h" +#include "PiecePool.h" -- cgit v1.2.3