blob: b20ea1817c14d96260b8b35c9cb3b2c9787b5830 (
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_mayer_fft.c"
#endif
#include "../../creb/modules/junction~.c"
|