swig/Examples/GIFPlot/Guile/full/gifplot.i
2000-08-30 22:32:58 +00:00

17 lines
389 B
OpenEdge ABL

/* Oh what the heck, let's just grab the whole darn header file
and see what happens. */
%module gifplot
%{
/* Note: You still need this part because the %include directive
merely causes SWIG to interpret the contents of a file. It doesn't
include the right include headers for the resulting C code */
#include "gifplot.h"
%}
typedef unsigned int Pixel;
%include gifplot.h