view src/paranormal/drawing.h @ 240:59d793da5395 trunk

[svn] - import amidi-plug 0.7 (among new features, a transposer to play midi files in different keys)
author giacomo
date Mon, 13 Nov 2006 04:51:30 -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