From 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 17 Sep 2026 21:50:34 +0200 Subject: Added include guards --- src/core/moves.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/moves.h') diff --git a/src/core/moves.h b/src/core/moves.h index 9f1f7cc..19314de 100644 --- a/src/core/moves.h +++ b/src/core/moves.h @@ -1,3 +1,6 @@ +#ifndef CORE_MOVES_H +#define CORE_MOVES_H + #define MOVE(M, c) compose(c, MOVE_CUBE_ ## M) #define PREMOVE(M, c) compose(MOVE_CUBE_ ## M, c) @@ -719,3 +722,5 @@ unniss_error: LOG("[variations] Error writing result.\n"); return NISSY_ERROR_BUFFER_SIZE; } + +#endif /* CORE_MOVES_H */ -- cgit v1.3