summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2022-05-21 22:24:01 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2022-05-21 22:59:59 +0200
commitd324ad963c24edf6d19dffc305a38e0b3607b5c1 (patch)
tree10d487be5d723882a12876ea34bf2dcc2233a4d1 /src/game.h
parent27a55a2e841e9c248d6b055780a519a7b5ee4263 (diff)
Add piece rotation
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game.h b/src/game.h
index 0e6a553..87e3f93 100644
--- a/src/game.h
+++ b/src/game.h
@@ -53,9 +53,8 @@ class GameState{
void pressDown();
void releaseDown();
void pressLeft();
- void releaseLeft();
void pressRight();
- void releaseRight();
+ void pressSpace();
};
#endif