9 lines
100 B
OpenEdge ABL
9 lines
100 B
OpenEdge ABL
|
|
%module jsupm_mag3110
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%{
|
||
|
|
#include "mag3110.hpp"
|
||
|
|
%}
|
||
|
|
|
||
|
|
%include "mag3110.hpp"
|