/tags/rel-1-3-25/SWIG/Examples/GIFPlot/Python/full/gifplot.i
Swig | 15 lines | 5 code | 5 blank | 5 comment | 0 complexity | bd81bc88dc332c634f9daaa66779808a MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
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