Restructure: Move fft from common code to 'libfft'

This commit is contained in:
Andreas Eversberg
2017-11-16 18:25:03 +01:00
parent 40c24a70b2
commit cb30c96bc6
3 changed files with 6 additions and 0 deletions

3
src/libfft/fft.h Normal file
View File

@@ -0,0 +1,3 @@
void fft_process(int dir, int m, double *x, double *y);