X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.h;h=88f0e2145bbea15a4f231883d2565fcee329a041;hp=9fcf8f8bfe5986b09f6ac6347717dfc1e58706dd;hb=31a835d9aebd8acb367a033cc92efb4c944a7b4d;hpb=ba8635d790ee847d9746c6da24b60bd4cb6d9116 diff --git a/src/views.h b/src/views.h index 9fcf8f8..88f0e21 100644 --- a/src/views.h +++ b/src/views.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.h,v 1.42 2001/01/30 07:32:13 kevin Exp $ +** $Id: views.h,v 1.43 2001/01/30 10:58:14 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 @@ -106,6 +106,7 @@ public: void OnInverseFourier (wxCommandEvent& event); void OnShuffleNaturalToFourierOrder (wxCommandEvent& event); void OnShuffleFourierToNaturalOrder (wxCommandEvent& event); + void OnConvert3d (wxCommandEvent& event); #ifdef HAVE_FFT void OnFFT (wxCommandEvent& event);