mirror of
https://github.com/eclipse/upm.git
synced 2025-03-25 09:49:59 +03:00
9 lines
115 B
OpenEdge ABL
9 lines
115 B
OpenEdge ABL
%module jsupm_grovespeaker
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "grovespeaker.hpp"
|
|
%}
|
|
|
|
%include "grovespeaker.hpp"
|