diff options
Diffstat (limited to 'include/engine.h')
-rw-r--r-- | include/engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/engine.h b/include/engine.h index 7a4ce32..2dd7e9f 100644 --- a/include/engine.h +++ b/include/engine.h @@ -10,6 +10,6 @@ void tTick(); void checkLevelUp(struct game *game); int getMoveLatencyOfLevel(int level); void valueAfterTextDisplay(int value, List *texts, char *type); -void drawFld(sfRenderWindow *window); +void drawFld(sfRenderWindow *window, struct field *fld); void gameover(struct game *game); void drawNextShape(sfRenderWindow *window); |