FS2_Open
Open source remastering of the Freespace 2 engine
shipclasseditordlg.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) Volition, Inc. 1999. All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell
5  * or otherwise commercially exploit the source or things you created based on the
6  * source.
7  *
8 */
9 
10 
11 
13 // CShipClassEditorDlg dialog
14 
15 class CShipClassEditorDlg : public CDialog
16 {
17 // Construction
18 public:
19  CShipClassEditorDlg(CWnd* pParent = NULL); // standard constructor
20 
21 // Dialog Data
22  //{{AFX_DATA(CShipClassEditorDlg)
24  CButton m_SoundsEditor;
26  CButton m_ShipClassNew;
28  CButton m_ModelsEditor;
29  CButton m_GoalsEditor;
39  CString m_ShipClassIFF;
45  CString m_ShipClassName;
55  //}}AFX_DATA
56 
57 
58 // Overrides
59  // ClassWizard generated virtual function overrides
60  //{{AFX_VIRTUAL(CShipClassEditorDlg)
61  protected:
62  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
63  //}}AFX_VIRTUAL
64 
65 // Implementation
66 protected:
67 
68  // Generated message map functions
69  //{{AFX_MSG(CShipClassEditorDlg)
70  // NOTE: the ClassWizard will add member functions here
71  //}}AFX_MSG
72  DECLARE_MESSAGE_MAP()
73 };
#define IDD_SHIP_CLASS_EDITOR
Definition: resource.h:20
virtual void DoDataExchange(CDataExchange *pDX)
CShipClassEditorDlg(CWnd *pParent=NULL)
int BOOL
Definition: config.h:80