diff options
Diffstat (limited to 'src/ui/text.h')
-rw-r--r-- | src/ui/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/text.h b/src/ui/text.h index 2068d51b..713ee1e7 100644 --- a/src/ui/text.h +++ b/src/ui/text.h | |||
@@ -79,6 +79,7 @@ void draw_Text (int fontId, iInt2 pos, int color, const char *text, | |||
79 | void drawAlign_Text (int fontId, iInt2 pos, int color, enum iAlignment align, const char *text, ...); | 79 | void drawAlign_Text (int fontId, iInt2 pos, int color, enum iAlignment align, const char *text, ...); |
80 | void drawCentered_Text (int fontId, iRect rect, iBool alignVisual, int color, const char *text, ...); | 80 | void drawCentered_Text (int fontId, iRect rect, iBool alignVisual, int color, const char *text, ...); |
81 | void drawString_Text (int fontId, iInt2 pos, int color, const iString *text); | 81 | void drawString_Text (int fontId, iInt2 pos, int color, const iString *text); |
82 | void drawRange_Text (int fontId, iInt2 pos, int color, iRangecc text); | ||
82 | 83 | ||
83 | SDL_Texture * glyphCache_Text (void); | 84 | SDL_Texture * glyphCache_Text (void); |
84 | 85 | ||