Debug cmake integration

This commit is contained in:
Loic Guegan 2022-02-16 11:18:22 +01:00
parent a6f39855a3
commit 62d7a030d2
2 changed files with 3 additions and 8 deletions

View file

@ -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
} // namespace chessarbiter