configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new...
[platform/upstream/gst-plugins-good.git] / gst / goom / gfontlib.h
1 #ifndef _GFONTLIB_H
2 #define _GFONTLIB_H
3
4 #include "goom_graphic.h"
5
6 void gfont_load (void);
7 void goom_draw_text (Pixel * buf,int resolx,int resoly, int x, int y,
8                 const char *str, float chspace, int center);
9
10 #endif