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