summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChessArbiter.hpp3
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