summaryrefslogtreecommitdiffstats
path: root/gst/goom/drawmethods.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/drawmethods.h')
-rw-r--r--gst/goom/drawmethods.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gst/goom/drawmethods.h b/gst/goom/drawmethods.h
new file mode 100644
index 00000000..76ad6ca0
--- /dev/null
+++ b/gst/goom/drawmethods.h
@@ -0,0 +1,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 */