diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-09-14 15:39:23 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-09-14 15:39:23 +0000 |
commit | f3da42db0b3c3f01c2f65471c99f1678990c3063 (patch) | |
tree | aa58468cad366b90b6d25f1d1eb7ac101af5f864 /src/post/goom/gfontlib.h | |
parent | f60312c6034431a59f0ef1bfb6a9b41f1c2eac99 (diff) | |
download | xine-lib-f3da42db0b3c3f01c2f65471c99f1678990c3063.tar.gz xine-lib-f3da42db0b3c3f01c2f65471c99f1678990c3063.tar.bz2 |
New files of the "new" goom version.
CVS patchset: 5377
CVS date: 2003/09/14 15:39:23
Diffstat (limited to 'src/post/goom/gfontlib.h')
-rwxr-xr-x | src/post/goom/gfontlib.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 |