diff options
author | Oxore <oxore@protonmail.com> | 2017-12-01 08:15:19 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-12-01 08:15:19 +0300 |
commit | 5202d2cc145460e1526dadc463ec4a890e0da84d (patch) | |
tree | 127fce1c5d05faa9bef34955843a79da443345a4 /include/functions.h | |
parent | cd92a5171dd67b795a6fed4c2e635aed8262a876 (diff) |
Implement levels! :star2: And refactoring a bit
Diffstat (limited to 'include/functions.h')
-rw-r--r-- | include/functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/functions.h b/include/functions.h index 0ed6f1d..01d13e8 100644 --- a/include/functions.h +++ b/include/functions.h @@ -7,6 +7,7 @@ void initFld(); void tTick(); void resetActiveShape(); void putShape(); +void checkLevelUp(Game *game); int cellCollisionCheck(int dir); int wallCollisionCheck(); int cellRotCollisionCheck(); @@ -16,6 +17,7 @@ void rotateRight(); void rotateShape(); int linesRmScore(); void scoreDisplay(int s, Text *textScore); +void levelDisplay(int s, Text *textLevel); void colorizeFld(); void colorizeActive(); void drawFld(sfRenderWindow *window); |