summaryrefslogtreecommitdiffstats
path: root/gst/goom/drawmethods.h
blob: 76ad6ca09af04354019990a8fa599d01f7a44bcb (plain)
1
2
3
4
5
6
7
8
9
#ifndef _DRAWMETHODS_H
#define _DRAWMETHODS_H

#include "goom_config.h"
#include "goom_graphic.h"

void draw_line (Pixel *data, int x1, int y1, int x2, int y2, int col, int screenx, int screeny);

#endif /* _DRAWMETHODS_H */