diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ class GameState{ void update(unsigned int dt); void render(); + bool cellIsEmpty(Point* p); + void pressRotate(); void pressDown(); void releaseDown(); |