]> icculus.org git repositories - taylor/freespace2.git/blob - include/dialog1.h
proper padding of PXO stats struct for FS2 demo
[taylor/freespace2.git] / include / dialog1.h
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
6  * the source.
7  */
8
9 /*
10  * $Logfile: /Freespace2/code/FRED2/dialog1.h $
11  * $Revision$
12  * $Date$
13  * $Author$
14  *
15  * key usage summary screen (actually a dialog box, but it's not very interactive)
16  *
17  * $Log$
18  * Revision 1.2  2002/06/09 04:41:12  relnev
19  * added copyright header
20  *
21  * Revision 1.1.1.1  2002/05/03 03:28:12  root
22  * Initial import.
23  *
24  * 
25  * 2     10/07/98 6:28p Dave
26  * Initial checkin. Renamed all relevant stuff to be Fred2 instead of
27  * Fred. Globalized mission and campaign file extensions. Removed Silent
28  * Threat specific code.
29  * 
30  * 1     10/07/98 3:01p Dave
31  * 
32  * 1     10/07/98 3:00p Dave
33  * 
34  * 2     2/17/97 5:28p Hoffoss
35  * Checked RCS headers, added them were missing, changing description to
36  * something better, etc where needed.
37  *
38  * $NoKeywords: $
39  */
40
41 /////////////////////////////////////////////////////////////////////////////
42 // dialog1 dialog
43
44 class dialog1 : public CDialog
45 {
46 // Construction
47 public:
48         dialog1(CWnd* pParent = NULL);   // standard constructor
49
50 // Dialog Data
51         //{{AFX_DATA(dialog1)
52         enum { IDD = IDD_HELP_INPUT_INTERFACE };
53                 // NOTE: the ClassWizard will add data members here
54         //}}AFX_DATA
55
56
57 // Overrides
58         // ClassWizard generated virtual function overrides
59         //{{AFX_VIRTUAL(dialog1)
60         protected:
61         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
62         //}}AFX_VIRTUAL
63
64 // Implementation
65 protected:
66
67         // Generated message map functions
68         //{{AFX_MSG(dialog1)
69                 // NOTE: the ClassWizard will add member functions here
70         //}}AFX_MSG
71         DECLARE_MESSAGE_MAP()
72 };
73