Finish the Core

This commit is contained in:
2025-11-29 17:27:37 +08:00
parent c6a0f3b735
commit 48728c1a5b
11 changed files with 449 additions and 44 deletions

View File

@@ -16,6 +16,10 @@ set(SOURCE_FILES
src/main.cpp
src/core/Game.cpp
src/ui/Render.cpp
src/core/Board.cpp
src/core/Piece.cpp
src/core/Rule.cpp
src/core/ComponentManager.cpp
)
# 添加可执行文件