diff options
Diffstat (limited to 'src/ui/text.h')
-rw-r--r-- | src/ui/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/text.h b/src/ui/text.h index d779dd96..d4f820d4 100644 --- a/src/ui/text.h +++ b/src/ui/text.h | |||
@@ -217,7 +217,7 @@ struct Impl_WrapText { | |||
217 | }; | 217 | }; |
218 | 218 | ||
219 | iTextMetrics measure_WrapText (iWrapText *, int fontId); | 219 | iTextMetrics measure_WrapText (iWrapText *, int fontId); |
220 | void draw_WrapText (iWrapText *, int fontId, iInt2 pos, int color); | 220 | iTextMetrics draw_WrapText (iWrapText *, int fontId, iInt2 pos, int color); |
221 | 221 | ||
222 | SDL_Texture * glyphCache_Text (void); | 222 | SDL_Texture * glyphCache_Text (void); |
223 | 223 | ||