10 lines
125 B
OpenEdge ABL
10 lines
125 B
OpenEdge ABL
|
|
%module pyupm_nunchuck
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%feature("autodoc", "3");
|
||
|
|
|
||
|
|
%include "nunchuck.h"
|
||
|
|
%{
|
||
|
|
#include "nunchuck.h"
|
||
|
|
%}
|