diff options
| author | Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com> | 2008-10-23 00:09:21 +0200 |
|---|---|---|
| committer | Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com> | 2008-10-23 00:09:21 +0200 |
| commit | 6a0565944376426ded71849df09527da077dfc94 (patch) | |
| tree | 2f9e1f664febc298b61626a613366330dfe0bd6e /src/client/font.h | |
| parent | 130d45bfc935da1702a7b5c246a099ea3b4a0bdf (diff) | |
Ups forget to fix header files.
Diffstat (limited to 'src/client/font.h')
| -rwxr-xr-x | src/client/font.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/font.h b/src/client/font.h index b404e59..28f7373 100755 --- a/src/client/font.h +++ b/src/client/font.h @@ -18,9 +18,10 @@ #define FONT_SIZE 16 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 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(); |