Files
upm/src/linefinder/jsupm_linefinder.i

9 lines
109 B
OpenEdge ABL
Raw Normal View History

%module jsupm_linefinder
%include "../upm.i"
%{
#include "linefinder.hpp"
%}
%include "linefinder.hpp"