summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 8965010..0e6a553 100644
--- a/src/game.h
+++ b/src/game.h
@@ -47,6 +47,8 @@ class GameState{
void update(unsigned int dt);
void render();
+ bool cellIsEmpty(Point* p);
+
void pressRotate();
void pressDown();
void releaseDown();