blob: 084bab06b28c34ed99bd13fee5fccd6e84350168 [file] [log] [blame]
/* File : example.i */
%module swigexample
%feature("autodoc", 1);
%{
#include "example.h"
%}
/* Let's just grab the original header file here */
%include "example.h"