X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdialogs.h;h=5f6fb0649794ea9622415d4cb7892614ab5a673e;hb=a65971e957a117618b33070897f11a4116f38e1f;hp=7de92037b143e0e5f4e4cb95d41b1abfe745016f;hpb=c953cbb6ffc2fd50e736230f4e6976a025983cff;p=ctsim.git diff --git a/src/dialogs.h b/src/dialogs.h index 7de9203..5f6fb06 100644 --- a/src/dialogs.h +++ b/src/dialogs.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: dialogs.h,v 1.32 2001/03/01 07:30:49 kevin Exp $ +** $Id: dialogs.h,v 1.33 2001/03/01 20:02:18 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 @@ -316,6 +316,18 @@ class DialogExportParameters : public wxDialog StringValueAndTitleRadioBox* m_pRadioBoxFormat; }; +class DialogImportParameters : public wxDialog +{ + public: + DialogImportParameters (wxWindow* pParent, int iDefaultFormatID); + virtual ~DialogImportParameters () {} + + const char* getFormatName(); + + private: + StringValueAndTitleRadioBox* m_pRadioBoxFormat; +}; + class DialogAutoScaleParameters : public wxDialog { public: