From 62d7a030d23f4c0704dbf731f4f42b4e9e08e8b7 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 16 Feb 2022 11:18:22 +0100 Subject: Debug cmake integration --- src/ChessArbiter.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ChessArbiter.hpp') diff --git a/src/ChessArbiter.hpp b/src/ChessArbiter.hpp index 488ca7c..09d8295 100644 --- a/src/ChessArbiter.hpp +++ b/src/ChessArbiter.hpp @@ -1,3 +1,4 @@ +#pragma once #include "Board.hpp" #include "Fen.hpp" #include @@ -46,4 +47,4 @@ public: bool IsDrawByRepetitions(); bool IsDraw(); }; -} // namespace chessarbiter \ No newline at end of file +} // namespace chessarbiter -- cgit v1.2.3