diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-16 11:18:22 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-16 11:18:22 +0100 |
| commit | 62d7a030d23f4c0704dbf731f4f42b4e9e08e8b7 (patch) | |
| tree | 618df7d5b8d92baeefc954b1edbc13f3f7df3350 /src | |
| parent | a6f39855a3019962f979c0d513d91ecfbe46878c (diff) | |
Debug cmake integration
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChessArbiter.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <iostream> @@ -46,4 +47,4 @@ public: bool IsDrawByRepetitions(); bool IsDraw(); }; -} // namespace chessarbiter
\ No newline at end of file +} // namespace chessarbiter |
