]> git.sesse.net Git - ccbs/blobdiff - bigscreen/fonts.h
Only allocate space for four digits in the score screen -- if somebody actually gets...
[ccbs] / bigscreen / fonts.h
index 5377ad0853773c5506a00dafeaa2316fa48d5a8c..fe43c586ed5b5c30b2559f89d0b1adc4da6d1033 100644 (file)
@@ -7,6 +7,6 @@
 #include "widestring.h"
 
 void init_freetype();
 #include "widestring.h"
 
 void init_freetype();
-unsigned my_draw_text(const widestring &str, unsigned char *buf, int xpos, int ypos, bool real_render, int r, int g, int b);
+unsigned my_draw_text(const widestring &str, unsigned char *buf, double size, int xpos = 0, int ypos = 0, int r = 255, int g = 255, int b = 255);
 
 #endif /* !defined(_FONTS_H) */
 
 #endif /* !defined(_FONTS_H) */