summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-12-02 11:25:50 +0300
committerOxore <oxore@protonmail.com>2017-12-02 11:25:50 +0300
commit194112490cf58dc5fe9c0ca0488d4964faa9f2a3 (patch)
tree156737a02b21c374e0834521abee2bb28a1b4edc /include
parent8e04f42ee02852b72fcafb6af8598c12aacd39ec (diff)
Make all text resources load from yaml file
Diffstat (limited to 'include')
-rw-r--r--include/functions.h3
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);