xine-lib 1.2.11
drawmethods.h
Go to the documentation of this file.
1#ifndef _DRAWMETHODS_H
2#define _DRAWMETHODS_H
3
4#include "goom_config.h"
5#include "goom_graphic.h"
6
7void draw_line (Pixel *data, int x1, int y1, int x2, int y2, int col, int screenx, int screeny);
8
9#endif /* _DRAWMETHODS_H */
void draw_line(Pixel *data, int x1, int y1, int x2, int y2, int col, int screenx, int screeny)
Definition: drawmethods.c:24
Definition: goom_graphic.h:55