upm/src/mb704x/jsupm_mb704x.i
Jon Trulson 6667646d32 mb704x: Initial implementation; C; FTI; C++ wraps C
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-12-02 16:44:43 -07:00

9 lines
120 B
OpenEdge ABL

%module jsupm_mb704x
%include "../upm.i"
%include "std_string.i"
%include "mb704x.hpp"
%{
#include "mb704x.hpp"
%}