From 4c3cee6bf51ecba1cd03c457e3facc1947e9fedc Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 22 May 2025 12:22:59 +0200 Subject: Add the Board struct --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d0525d..1232136 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,8 @@ add_executable(tris src/main/engine/types.h src/main/game/cell.h src/main/game/cell.c + src/main/game/domain/board.c + src/main/game/domain/board.h src/main/engine/domain/color.c src/main/engine/domain/color.h) -- cgit v1.2.3