summaryrefslogtreecommitdiff
path: root/Examples/GIFPlot/Ocaml/full/gifplot.i
blob: 22f4df67211c486409cba9de733d6dc5da6348e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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 int Pixel;
%include gifplot.h