diff options
author | 2025-05-22 18:04:51 +0200 | |
---|---|---|
committer | 2025-05-22 18:04:51 +0200 | |
commit | cec27feccd1d3232ceae2bf284f66071d36cc96a (patch) | |
tree | 26556a4b6a4b6123bdf4bb06edb5c9e815528b9e /CMakeLists.txt | |
parent | 9f4a0889287186907332c0186b15802297d807f3 (diff) | |
download | tris-cec27feccd1d3232ceae2bf284f66071d36cc96a.tar.gz tris-cec27feccd1d3232ceae2bf284f66071d36cc96a.zip |
Remove the rendering of circles from the Engine
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index efb94f9..870379d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,6 @@ add_executable(tris src/main/util/list.h src/main/util/list.c src/main/engine/ui/types.h - src/main/engine/types.h src/main/game/cell.h src/main/game/cell.c src/main/game/domain/board.c |