import source from 1.3.40
[external/swig.git] / Examples / GIFPlot / Php / full / gifplot.i
1 /* Oh what the heck, let's just grab the whole darn header file
2    and see what happens. */
3
4 %module gifplot
5 %{
6
7 /* Note: You still need this part because the %include directive
8    merely causes SWIG to interpret the contents of a file.  It doesn't
9    include the right include headers for the resulting C code */
10
11 #include "gifplot.h"
12
13 %}
14
15 %include gifplot.h