blob: 599f162c5775ecfb2004371584e5834cddd4c888 [file] [log] [blame]
/* File : example.i */
%module example
%{
#include "example.h"
%}
%apply SWIGTYPE *DISOWN {(Shape *s)};
/* Let's just grab the original header file here */
%include "example.h"