9 lines
102 B
OpenEdge ABL
9 lines
102 B
OpenEdge ABL
|
|
%module jsupm_tubelight
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%{
|
||
|
|
#include "tubelight.h"
|
||
|
|
%}
|
||
|
|
|
||
|
|
%include "tubelight.h"
|