9 lines
120 B
OpenEdge ABL
9 lines
120 B
OpenEdge ABL
|
|
%module jsupm_mb704x
|
||
|
|
%include "../upm.i"
|
||
|
|
%include "std_string.i"
|
||
|
|
|
||
|
|
%include "mb704x.hpp"
|
||
|
|
%{
|
||
|
|
#include "mb704x.hpp"
|
||
|
|
%}
|