Files
upm/src/tex00/pyupm_tex00.i

14 lines
217 B
OpenEdge ABL
Raw Normal View History

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_tex00
%include "../upm.i"
%include "std_string.i"
%feature("autodoc", "3");
%{
#include "tex00.hpp"
%}
%include "tex00.hpp"