summaryrefslogtreecommitdiff
path: root/src/client/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/font.h')
-rwxr-xr-xsrc/client/font.h7
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();