xine-lib  1.2.10
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 
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 */
draw_line
void draw_line(Pixel *data, int x1, int y1, int x2, int y2, int col, int screenx, int screeny)
Definition: drawmethods.c:24
_PIXEL
Definition: goom_graphic.h:55
goom_graphic.h
drawmethods.h
DRAWMETHOD
#define DRAWMETHOD
Definition: drawmethods.c:22
draw_line
void draw_line(Pixel *data, int x1, int y1, int x2, int y2, int col, int screenx, int screeny)
Definition: drawmethods.c:24
config.h
goom_config.h