blob: 4c873824cd15fe8c53dceff9c3f7ebcf745c4549 [file] [log] [blame]
/* File : example.i */
%module example
%{
#include "example.h"
%}
%pragma make_default
/* Let's just grab the original header file here */
%include "example.h"