FS2_Open
Open source remastering of the Freespace 2 engine
createwingdlg.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 // CreateWingDlg.h : header file
11 //
12 
14 // create_wing_dlg dialog
15 
16 class create_wing_dlg : public CDialog
17 {
18 // Construction
19 public:
20  void OnOK();
21  create_wing_dlg(CWnd* pParent = NULL); // standard constructor
22 
23 // Dialog Data
24  //{{AFX_DATA(create_wing_dlg)
25  enum { IDD = IDD_WING_CREATE };
26  CString m_name;
27  //}}AFX_DATA
28 
29 
30 // Overrides
31  // ClassWizard generated virtual function overrides
32  //{{AFX_VIRTUAL(create_wing_dlg)
33  protected:
34  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
35  //}}AFX_VIRTUAL
36 
37 // Implementation
38 protected:
39 
40  // Generated message map functions
41  //{{AFX_MSG(create_wing_dlg)
42  // NOTE: the ClassWizard will add member functions here
43  //}}AFX_MSG
44  DECLARE_MESSAGE_MAP()
45 };
virtual void DoDataExchange(CDataExchange *pDX)
#define IDD_WING_CREATE
Definition: resource.h:65
create_wing_dlg(CWnd *pParent=NULL)