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