Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
euladialog.h
Go to the documentation of this file.
1/*
2** Command & Conquer Generals Zero Hour(tm)
3** Copyright 2025 Electronic Arts Inc.
4**
5** This program is free software: you can redistribute it and/or modify
6** it under the terms of the GNU General Public License as published by
7** the Free Software Foundation, either version 3 of the License, or
8** (at your option) any later version.
9**
10** This program is distributed in the hope that it will be useful,
11** but WITHOUT ANY WARRANTY; without even the implied warranty of
12** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13** GNU General Public License for more details.
14**
15** You should have received a copy of the GNU General Public License
16** along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/
18
19#if !defined(AFX_EULADIALOG_H__9F6A134E_C2A3_425E_8485_F90B1A5F9B58__INCLUDED_)
20#define AFX_EULADIALOG_H__9F6A134E_C2A3_425E_8485_F90B1A5F9B58__INCLUDED_
21
22#if _MSC_VER > 1000
23#pragma once
24#endif // _MSC_VER > 1000
25// euladialog.h : header file
26//
27
29// EulaDialog dialog
30
31class EulaDialog : public CDialog
32{
33// Construction
34public:
35 EulaDialog(CWnd* pParent = NULL); // standard constructor
36
37// Dialog Data
38 //{{AFX_DATA(EulaDialog)
40 // NOTE: the ClassWizard will add data members here
41 //}}AFX_DATA
42
43
44// Overrides
45 // ClassWizard generated virtual function overrides
46 //{{AFX_VIRTUAL(EulaDialog)
47 protected:
48 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
49 //}}AFX_VIRTUAL
50
51// Implementation
52protected:
53
54 // Generated message map functions
55 //{{AFX_MSG(EulaDialog)
56 virtual BOOL OnInitDialog();
57 //}}AFX_MSG
58 DECLARE_MESSAGE_MAP()
59};
60
61//{{AFX_INSERT_LOCATION}}
62// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
63
64#endif // !defined(AFX_EULADIALOG_H__9F6A134E_C2A3_425E_8485_F90B1A5F9B58__INCLUDED_)
#define NULL
Definition BaseType.h:92
#define IDD_EULA_AGREEMENT
Definition resource.h:134
#define BOOL
Definition Wnd_File.h:57
EulaDialog(CWnd *pParent=NULL)
virtual BOOL OnInitDialog()
virtual void DoDataExchange(CDataExchange *pDX)