diff options
Diffstat (limited to 'src/post/goom/gfontlib.h')
-rwxr-xr-x | src/post/goom/gfontlib.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/post/goom/gfontlib.h b/src/post/goom/gfontlib.h index fe56024b8..f5b82917b 100755 --- a/src/post/goom/gfontlib.h +++ b/src/post/goom/gfontlib.h @@ -1,9 +1,10 @@ #ifndef _GFONTLIB_H #define _GFONTLIB_H -void gfont_load (void); -void goom_draw_text (guint32 * buf,int resolx,int resoly, - int x, int y, - const char *str, float chspace, int center); +#include "goom_graphic.h" + +void gfont_load (); +void goom_draw_text (Pixel * buf,int resolx,int resoly, int x, int y, + const char *str, float chspace, int center); #endif |