diff options
author | Oxore <oxore@protonmail.com> | 2017-12-02 11:25:50 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-12-02 11:25:50 +0300 |
commit | 194112490cf58dc5fe9c0ca0488d4964faa9f2a3 (patch) | |
tree | 156737a02b21c374e0834521abee2bb28a1b4edc /include | |
parent | 8e04f42ee02852b72fcafb6af8598c12aacd39ec (diff) |
Make all text resources load from yaml file
Diffstat (limited to 'include')
-rw-r--r-- | include/functions.h | 3 |
1 files changed, 1 insertions, 2 deletions
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); |