Mercurial > audlegacy-plugins
view src/paranormal/drawing.h @ 283:6b3773478f9e trunk
[svn] - some base code for Scope, not yet enabled.
author | nenolod |
---|---|
date | Mon, 20 Nov 2006 14:35:24 -0800 |
parents | 0c5e3d562d99 |
children | 3d0b7ca9c8eb |
line wrap: on
line source
#include <glib.h> #ifndef PN_DRAWING_H #define PN_DRAWING_H void pn_draw_line (guint _x0, guint _y0, guint _x1, guint _y1, guchar value); #endif