summaryrefslogtreecommitdiff
path: root/Examples/php/proxy/example.i
blob: ce73746d0fb19976e11811048a0d93ad02a43983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* File : example.i */
%module example

%{
#include "example.h"
%}

/* Let's just grab the original header file here */

%newobject CircleFactory;
%include "example.h"