refactor: replace pair with vec2

This commit is contained in:
2026-02-07 09:13:40 +08:00
parent fedef3dd1d
commit 6e71397940
13 changed files with 44 additions and 28 deletions

View File

@@ -29,6 +29,15 @@ void BoardRenderer::setBoard(const Board* board) {
m_board = board;
}
void BoardRenderer::update() {
}
void BoardRenderer::drawBackground() {
}