diff --git a/cockatrice/src/game/player/player.h b/cockatrice/src/game/player/player.h index 14a6ed5aa..d1c6e9f74 100644 --- a/cockatrice/src/game/player/player.h +++ b/cockatrice/src/game/player/player.h @@ -162,6 +162,11 @@ public slots: void actDrawCards(); void actUndoDraw(); void actMulligan(); + + void actPlay(); + void actPlayFacedown(); + void actHide(); + void actMoveTopCardToPlay(); void actMoveTopCardToPlayFaceDown(); void actMoveTopCardToGrave(); @@ -223,9 +228,6 @@ private slots: void actFlowP(); void actFlowT(); void actSetAnnotation(); - void actPlay(); - void actPlayFacedown(); - void actHide(); void actReveal(QAction *action); void refreshShortcuts();