mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
9 lines
102 B
OpenEdge ABL
9 lines
102 B
OpenEdge ABL
%module jsupm_stepmotor
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "stepmotor.h"
|
|
%}
|
|
|
|
%include "stepmotor.h"
|