aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/bfft~.c
blob: 61bc3d3e048dc27d2f42bf95b51595e0772a2364 (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/bfft~.c"