diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-10 21:03:33 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-10 21:03:33 -0500 |
commit | 75a5569ed0d44494da379822aa5de519e4a4025b (patch) | |
tree | 1100ae214ad3a9eceac969d4796ef1ae825e8fb7 /include/ui.h | |
parent | 5c7c99ac5fe1158adbdf0469fb36ddd153511f5d (diff) | |
parent | a0597ff41fb4be979f9dfd70ace8be98a737affb (diff) |
Work on player texture
Diffstat (limited to 'include/ui.h')
-rw-r--r-- | include/ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui.h b/include/ui.h index 6a81dab..b769bbf 100644 --- a/include/ui.h +++ b/include/ui.h @@ -33,6 +33,8 @@ namespace ui { extern unsigned char dialogOptChosen; extern bool dialogImportant; + extern unsigned int textWrapLimit; + /* * Initializes the FreeType system. */ |