Add draw piece function

This commit is contained in:
2025-12-06 23:01:43 +08:00
parent 1a1e783e94
commit a6403953ef
5 changed files with 93 additions and 12 deletions

View File

@@ -48,4 +48,8 @@ public:
bool handleCoordinateInput(int row, int col);
int getOldComponentID(int row, int col);
std::optional<std::pair<int, int>> getSelectedPiece() const;
const Board* getBoard() const;
};