summaryrefslogtreecommitdiff
path: root/include/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.h')
-rw-r--r--include/functions.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/functions.h b/include/functions.h
index 4f35bab..0e6e26a 100644
--- a/include/functions.h
+++ b/include/functions.h
@@ -8,9 +8,11 @@
void tKeyCtrl();
void initFld();
void tTick();
-void resetActiveShape();
+void resetActiveShape(Shape *active);
void putShape();
+int outOfFieldCheck(Field *fld, Shape *active);
void checkLevelUp(Game *game);
+int cellCollisionCheckHere(Field *fld, Shape *active);
int cellCollisionCheck(int dir);
int wallCollisionCheck();
int cellRotCollisionCheck();