mirror of
https://github.com/eclipse/upm.git
synced 2025-03-16 05:27:28 +03:00

Signed-off-by: izard <alexander.komarov@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com> Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
12 lines
131 B
OpenEdge ABL
12 lines
131 B
OpenEdge ABL
%module pyupm_lol
|
|
%include "../upm.i"
|
|
|
|
%include "stdint.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "lol.h"
|
|
%{
|
|
#include "lol.h"
|
|
%}
|