Render the Actiontype

This commit is contained in:
2025-12-13 18:35:49 +08:00
parent 4a71e4f742
commit 034c1a858e
5 changed files with 42 additions and 5 deletions

View File

@@ -52,4 +52,7 @@ public:
std::optional<std::pair<int, int>> getSelectedPiece() const;
const Board* getBoard() const;
ActionType getCurrentActionType() const;
};