Files
upm/src/grovewfs/pyupm_grovewfs.i
2015-12-21 16:20:15 -08:00

12 lines
197 B
OpenEdge ABL

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