r592: Added PPM & PNG File importing
[ctsim.git] / src / dialogs.h
index 7de92037b143e0e5f4e4cb95d41b1abfe745016f..5f6fb0649794ea9622415d4cb7892614ab5a673e 100644 (file)
@@ -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: