mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 17:30:01 +03:00
10 lines
128 B
OpenEdge ABL
10 lines
128 B
OpenEdge ABL
%module pyupm_tcs3414cs
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "tcs3414cs.h"
|
|
%{
|
|
#include "tcs3414cs.h"
|
|
%}
|