2012-11-17 13:44:27 +00:00

12 lines
147 B
OpenEdge ABL

%module Region
%{
#define SWIG_DAVID
#include "Region.h"
%}
%ignore depth;
%ignore height;
%ignore width;
%ignore dimensions;
%include "Region.h"