summaryrefslogtreecommitdiff
path: root/include/engine.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2018-06-30 19:26:03 +0300
committerOxore <oxore@protonmail.com>2018-06-30 19:26:03 +0300
commitbb9d1873ad414b09efdd7c8bf6798b431adb3cb2 (patch)
treee5b1106bd7a55a10c8ee7f9908f7bdd75413af29 /include/engine.h
parentbf0e5690a31d4c3cecd2ba512729a0b73989bbda (diff)
Move all field&shape related funcs to field class
Diffstat (limited to 'include/engine.h')
-rw-r--r--include/engine.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/engine.h b/include/engine.h
index 655eb01..7a4ce32 100644
--- a/include/engine.h
+++ b/include/engine.h
@@ -9,11 +9,7 @@ void tKeyCtrl();
void tTick();
void checkLevelUp(struct game *game);
int getMoveLatencyOfLevel(int level);
-int rmLines();
void valueAfterTextDisplay(int value, List *texts, char *type);
-void colorizeActive();
void drawFld(sfRenderWindow *window);
void gameover(struct game *game);
-void genNextShape();
-void drawNextShape();
-void freeFld();
+void drawNextShape(sfRenderWindow *window);