mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 00:47:32 +03:00
10 lines
119 B
OpenEdge ABL
10 lines
119 B
OpenEdge ABL
![]() |
%module pyupm_rpr220
|
||
|
%include "../upm.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "rpr220.h"
|
||
|
%{
|
||
|
#include "rpr220.h"
|
||
|
%}
|