blob: 8dc5020103ef12edb663864b96423678cd463319 (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|