Files
upm/src/sm130/pyupm_sm130.i

12 lines
188 B
OpenEdge ABL
Raw Normal View History

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_sm130
%include "../upm.i"
%feature("autodoc", "3");
%include "sm130.h"
%{
#include "sm130.h"
%}