mirror of
https://github.com/eclipse/upm.git
synced 2025-03-19 23:17:29 +03:00
10 lines
116 B
OpenEdge ABL
10 lines
116 B
OpenEdge ABL
%module pyupm_sm130
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "sm130.h"
|
|
%{
|
|
#include "sm130.h"
|
|
%}
|