mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 18:01:18 +03:00
10 lines
160 B
OpenEdge ABL
10 lines
160 B
OpenEdge ABL
%module javaupm_wheelencoder
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "wheelencoder.hpp"
|
|
%}
|
|
|
|
%include "wheelencoder.hpp"
|
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_wheelencoder) |