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/core.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/core.h') diff --git a/src/core/core.h b/src/core/core.h index 5e0faaa..d1c0ec1 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -1,6 +1,11 @@ +#ifndef CORE_CORE_H +#define CORE_CORE_H + #include "core_types.h" #include "constants.h" #include "cube.h" #include "moves.h" #include "transform.h" #include "oriented_cube.h" + +#endif /* CORE_CORE_H */ -- cgit v1.3