mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 17:00:03 +03:00
9 lines
100 B
OpenEdge ABL
9 lines
100 B
OpenEdge ABL
%module jsupm_groveo2
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "groveo2.hpp"
|
|
%}
|
|
|
|
%include "groveo2.hpp"
|