Files
upm/src/max44000/max44000.i

15 lines
358 B
OpenEdge ABL
Raw Normal View History

%include "../common_top.i"
/* BEGIN Java syntax ------------------------------------------------------- */
#ifdef SWIGJAVA
JAVA_JNI_LOADLIBRARY(javaupm_max44000)
#endif
/* END Java syntax */
/* BEGIN Common SWIG syntax ------------------------------------------------- */
%{
#include "max44000.hpp"
%}
%include "max44000.hpp"
/* END Common SWIG syntax */