From f3da42db0b3c3f01c2f65471c99f1678990c3063 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Sun, 14 Sep 2003 15:39:23 +0000 Subject: New files of the "new" goom version. CVS patchset: 5377 CVS date: 2003/09/14 15:39:23 --- src/post/goom/gfontlib.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 src/post/goom/gfontlib.h (limited to 'src/post/goom/gfontlib.h') diff --git a/src/post/goom/gfontlib.h b/src/post/goom/gfontlib.h new file mode 100755 index 000000000..bbae2ff36 --- /dev/null +++ b/src/post/goom/gfontlib.h @@ -0,0 +1,9 @@ +#ifndef _GFONTLIB_H +#define _GFONTLIB_H + +void gfont_load (); +void goom_draw_text (guint32 * buf,int resolx,int resoly, + int x, int y, + const char *str, float chspace, int center); + +#endif -- cgit v1.2.3