aboutsummaryrefslogtreecommitdiffstats
path: root/src/gr-fading_ui/swig/fading_ui_swig.i
blob: b724238d9f29e26b4ca857ee0610a4d744065d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* -*- c++ -*- */

#define FADING_UI_API

%include "gnuradio.i"           // the common stuff

//load generated python docstrings
%include "fading_ui_swig_doc.i"

%{
%}