From 194112490cf58dc5fe9c0ca0488d4964faa9f2a3 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 2 Dec 2017 11:25:50 +0300 Subject: Make all text resources load from yaml file --- include/functions.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/functions.h b/include/functions.h index 01d13e8..8658aa5 100644 --- a/include/functions.h +++ b/include/functions.h @@ -16,8 +16,7 @@ void rotateLeft(); void rotateRight(); void rotateShape(); int linesRmScore(); -void scoreDisplay(int s, Text *textScore); -void levelDisplay(int s, Text *textLevel); +void valueAfterTextDisplay(int value, List *texts, char *type); void colorizeFld(); void colorizeActive(); void drawFld(sfRenderWindow *window); -- cgit v1.2.3