import source from 1.3.40
[external/swig.git] / Examples / php / proxy / example.i
1 /* File : example.i */
2 %module example
3
4 %{
5 #include "example.h"
6 %}
7
8 /* Let's just grab the original header file here */
9
10 %newobject CircleFactory;
11 %include "example.h"
12