Files
upm/src/rhusb/jsupm_rhusb.i

9 lines
113 B
OpenEdge ABL
Raw Normal View History

%module jsupm_rhusb
%include "../upm.i"
%include "stdint.i"
%include "rhusb.hpp"
%{
#include "rhusb.hpp"
%}