swig/Examples/php/proxy/example.i
2009-04-11 16:46:47 +00:00

12 lines
169 B
OpenEdge ABL

/* File : example.i */
%module example
%{
#include "example.h"
%}
/* Let's just grab the original header file here */
%newobject CircleFactory;
%include "example.h"