summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/teams/jsupm_teams.i
blob: 97d6628e1b35dca199149bd10926b40c9a81d54b (plain)
1
2
3
4
5
6
7
8
9
10
%module jsupm_teams
%include "../upm.i"
%include "std_string.i"

%{
    #include "teams.hpp"
%}

%include "teams.hpp"