configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new...
[platform/upstream/gst-plugins-good.git] / gst / goom / drawmethods.h
1 #ifndef _DRAWMETHODS_H
2 #define _DRAWMETHODS_H
3
4 #include "goom_config.h"
5 #include "goom_graphic.h"
6
7 void draw_line (Pixel *data, int x1, int y1, int x2, int y2, int col, int screenx, int screeny);
8
9 #endif /* _DRAWMETHODS_H */