Linebreak if the word is too long for one line #14

This commit is contained in:
2017-05-06 22:53:01 +02:00
parent acad4c7495
commit c29a1e914c
3 changed files with 28 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
#define ALPHABET 26
#define ALPHABET_NUM 36
#define ANIM_DURATION 1
#define LINEBREAK 8 //Linebreak offset
/* Data structures */
typedef struct {