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 99ddb704..13a636d4 100644 --- a/src/ui/text.h +++ b/src/ui/text.h | |||
@@ -220,6 +220,7 @@ struct Impl_WrapText { | |||
220 | iTextMetrics measure_WrapText (iWrapText *, int fontId); | 220 | iTextMetrics measure_WrapText (iWrapText *, int fontId); |
221 | iTextMetrics draw_WrapText (iWrapText *, int fontId, iInt2 pos, int color); | 221 | iTextMetrics draw_WrapText (iWrapText *, int fontId, iInt2 pos, int color); |
222 | 222 | ||
223 | iBool checkMissing_Text (void); /* returns the flag, and clears it */ | ||
223 | SDL_Texture * glyphCache_Text (void); | 224 | SDL_Texture * glyphCache_Text (void); |
224 | 225 | ||
225 | enum iTextBlockMode { quadrants_TextBlockMode, shading_TextBlockMode }; | 226 | enum iTextBlockMode { quadrants_TextBlockMode, shading_TextBlockMode }; |