blob: 77105d57a6f17abb38166f27642609ae873adc27 (
plain)
1
2
3
4
5
6
7
8
9
|
/*
* hack to work around my lack of Windows linking knowledge
* <hans@at.or.at>
*/
#ifdef WIN32
#include "../../../pd/src/d_fft_mayer.c"
#endif
#include "../../creb/modules/junction~.c"
|