mirror of
https://github.com/eclipse/upm.git
synced 2025-06-10 23:30:27 +03:00
9 lines
118 B
OpenEdge ABL
9 lines
118 B
OpenEdge ABL
%module jsupm_groveeldriver
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "groveeldriver.hpp"
|
|
%}
|
|
|
|
%include "groveeldriver.hpp"
|