Files
veejay/sandbox/veejay-server/libgoom/drawmethods.h
Niels Elburg adf4f6200a Sandbox imporT
git-svn-id: svn://code.dyne.org/veejay/trunk@1092 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2008-10-20 19:46:49 +00:00

10 lines
225 B
C

#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 */