summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/tex00/pyupm_tex00.i
blob: 220106a9c26882387708df2a6a8bf7be1db50689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_tex00
%include "../upm.i"
%include "std_string.i"

%feature("autodoc", "3");

%{
    #include "tex00.hpp"
%}
%include "tex00.hpp"