diff options
Diffstat (limited to 'src/client/font.h')
| -rwxr-xr-x | src/client/font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/font.h b/src/client/font.h index f938b3b..cf8ece6 100755 --- a/src/client/font.h +++ b/src/client/font.h @@ -19,6 +19,7 @@ extern bool_t isFontInicialized(); extern void initFont(char *file,int size); extern void drawFont(char *s,int x,int y,int r,int g,int b); +extern void drawFontMaxSize(char *s, int x, int y, int w, int h, int r, int g, int b); extern int getFontSize(); extern void getTextSize(char *s, int *w, int *h); extern void quitFont(); |