From d324ad963c24edf6d19dffc305a38e0b3607b5c1 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 21 May 2022 22:24:01 +0200 Subject: Add piece rotation --- src/command.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index c22e6e5..425480c 100644 --- a/src/command.h +++ b/src/command.h @@ -45,4 +45,8 @@ class KeyboardRightPressed: public Command { void execute( GameState &state ) override; }; +class KeyboardSpacePressed: public Command { + ~KeyboardSpacePressed(); + void execute( GameState &state ) override; +}; #endif -- cgit v1.2.3