diff options
Diffstat (limited to 'src/post/goom/gfontlib.h')
-rwxr-xr-x | src/post/goom/gfontlib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/post/goom/gfontlib.h b/src/post/goom/gfontlib.h index bbae2ff36..fe56024b8 100755 --- a/src/post/goom/gfontlib.h +++ b/src/post/goom/gfontlib.h @@ -1,9 +1,9 @@ #ifndef _GFONTLIB_H #define _GFONTLIB_H -void gfont_load (); +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); + int x, int y, + const char *str, float chspace, int center); #endif |