upm/src/teams/jsupm_teams.i

11 lines
119 B
OpenEdge ABL
Raw Normal View History

%module jsupm_teams
%include "../upm.i"
%include "std_string.i"
%{
#include "teams.hpp"
%}
%include "teams.hpp"