mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-10 06:14:08 +08:00
Add draw piece function
This commit is contained in:
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user