summaryrefslogtreecommitdiff
path: root/src/client/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/font.h')
-rw-r--r--src/client/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/font.h b/src/client/font.h
index f728e86..6f30a71 100644
--- a/src/client/font.h
+++ b/src/client/font.h
@@ -18,7 +18,7 @@
# define FONT_SIZE 16
extern bool_t isFontInicialized();
-extern void initFont(char *file, int size);
+extern void initFont();
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);