13 lines
142 B
OpenEdge ABL
13 lines
142 B
OpenEdge ABL
%module pyupm_grove
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
#ifdef DOXYGEN
|
|
%include "grove_doc.i"
|
|
#endif
|
|
|
|
%include "grove.h"
|
|
%{
|
|
#include "grove.h"
|
|
%}
|