diff options
Diffstat (limited to 'drawing.h')
-rw-r--r-- | drawing.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,10 +63,10 @@ float draw_get_font_size (void); void -draw_text (float x, float y, const char *text); +draw_text (float x, float y, int width, int align, const char *text); void -draw_text_with_colors (float x, float y, const char *text); +draw_text_with_colors (float x, float y, int width, int align, const char *text); void draw_get_text_extents (const char *text, int len, int *w, int *h); |