Files
upm/src/tmp006/pyupm_tmp006.i

14 lines
215 B
OpenEdge ABL
Raw Normal View History

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_tmp006
%include "../upm.i"
#ifdef DOXYGEN
%include "tmp006_doc.i"
#endif
%include "tmp006.hpp"
%{
#include "tmp006.hpp"
%}