From 88c364d3bbcc5c3ea78abb7051c161eb87c00bb3 Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Sat, 12 Feb 2022 12:31:27 -0500 Subject: Create win sequence You can now win the game when you reach a score of 7 This is proxied simply by "does the player have any remaining pieces to play". --- src/log.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/log.hpp') diff --git a/src/log.hpp b/src/log.hpp index fcc4e75..5927682 100644 --- a/src/log.hpp +++ b/src/log.hpp @@ -2,8 +2,8 @@ #define UR_LOG_H #include "helper.hpp" -#include #include +#include #include /** * A very simple stdio/stderr logger -- cgit v1.2.3-54-g00ecf