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