Files
upm/src/joystick12/joystick12.i

15 lines
364 B
OpenEdge ABL
Raw Normal View History

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