summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h2
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
219iTextMetrics measure_WrapText (iWrapText *, int fontId); 219iTextMetrics measure_WrapText (iWrapText *, int fontId);
220void draw_WrapText (iWrapText *, int fontId, iInt2 pos, int color); 220iTextMetrics draw_WrapText (iWrapText *, int fontId, iInt2 pos, int color);
221 221
222SDL_Texture * glyphCache_Text (void); 222SDL_Texture * glyphCache_Text (void);
223 223