blob: 52e9fd3bf8d1c6ef713b0d4ab0efab71eea7c47f [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"