From 6ebe53f266239db303fc5d869793fbb0982af368 Mon Sep 17 00:00:00 2001 From: RickyRister Date: Mon, 16 Dec 2024 18:54:58 -0800 Subject: [PATCH] make actPlay and friends public --- cockatrice/src/game/player/player.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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();