From a9574591d86e9ac727da4ad6f6295725f3b2a3a2 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 9 Dec 2017 12:31:13 +0300 Subject: Implement NES Tetris scoring system --- include/functions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/functions.h') diff --git a/include/functions.h b/include/functions.h index b307a31..f47f816 100644 --- a/include/functions.h +++ b/include/functions.h @@ -12,6 +12,7 @@ void resetActiveShape(Shape *active); void putShape(); int outOfFieldCheck(Field *fld, Shape *active); void checkLevelUp(Game *game); +int getMoveLatencyOfLevel(int level); int cellCollisionCheckHere(Field *fld, Shape *active); int cellCollisionCheck(int dir); int wallCollisionCheck(); -- cgit v1.2.3