diff options
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index 2321eb09..ea482aa1 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -58,6 +58,7 @@ /** calculate text-width in pixel */ #define TEXT_GETWIDTH(str) (text_length(font, str)) +#define TEXT_OUT(bmp, col, str) (textprintf_ex(bmp, font, 1, y, col, str, 1)) /** job dependend identifiers (?) */ #define SKILL_BASIC 0x0001 |