X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.h;h=8d46ae39b9e58ced96fcccd8c3953d58507e6c64;hp=3512fac1d77c1dbca1c37c795f30ffd8b28a7e6a;hb=7ec2cd66921180a624813dff9f8bac76c6b268cc;hpb=7ae47cb0ff0a16d1c36797576155263434cc73ff diff --git a/src/views.h b/src/views.h index 3512fac..8d46ae3 100644 --- a/src/views.h +++ b/src/views.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: views.h,v 1.19 2000/12/29 20:18:59 kevin Exp $ +** $Id: views.h,v 1.20 2001/01/01 10:14:34 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -73,6 +73,10 @@ public: void OnExp (wxCommandEvent& event); void OnFourier (wxCommandEvent& event); void OnInverseFourier (wxCommandEvent& event); +#ifdef HAVE_FFTW + void OnFFT (wxCommandEvent& event); + void OnIFFT (wxCommandEvent& event); +#endif void OnMagnitude (wxCommandEvent& event); void OnPhase (wxCommandEvent& event); void OnScaleAuto (wxCommandEvent& event);