diff options
Diffstat (limited to 'gr-howto-write-a-block/swig/howto.i')
-rw-r--r-- | gr-howto-write-a-block/swig/howto.i | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gr-howto-write-a-block/swig/howto.i b/gr-howto-write-a-block/swig/howto.i new file mode 100644 index 000000000..8dc502010 --- /dev/null +++ b/gr-howto-write-a-block/swig/howto.i @@ -0,0 +1,11 @@ +/* -*- c++ -*- */ + +%include "gnuradio.i" // the common stuff + +%{ +#include "howto_square_ff.h" +#include "howto_square2_ff.h" +%} + +%include "howto_square_ff.i" +%include "howto_square2_ff.i" |