diff options
author | 2025-05-22 12:22:59 +0200 | |
---|---|---|
committer | 2025-05-22 12:28:13 +0200 | |
commit | 4c3cee6bf51ecba1cd03c457e3facc1947e9fedc (patch) | |
tree | 1abddb955e5a3904c3a90437cdffb6d4adfbf417 /CMakeLists.txt | |
parent | baa50758f6f98822db1e01eec3b8f0fc7577fdf5 (diff) | |
download | tris-4c3cee6bf51ecba1cd03c457e3facc1947e9fedc.tar.gz tris-4c3cee6bf51ecba1cd03c457e3facc1947e9fedc.zip |
Add the Board struct
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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) |