10 lines
122 B
OpenEdge ABL
10 lines
122 B
OpenEdge ABL
|
|
%module pyupm_hlg150h
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%feature("autodoc", "3");
|
||
|
|
|
||
|
|
%include "hlg150h.h"
|
||
|
|
%{
|
||
|
|
#include "hlg150h.h"
|
||
|
|
%}
|