From ca019ecd6715557a572ac9a56de556434f9b31aa Mon Sep 17 00:00:00 2001 From: oroborus Date: Sun, 6 Jul 2008 19:36:04 +0000 Subject: - podpora chatu :) git-svn-id: http://opensvn.csie.org/tuxanci_ng@109 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/client/font.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/font.h') 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(); -- cgit v1.2.3