1 // Ryzom - MMORPG Framework <http://dev.ryzom.com/projects/ryzom/>
2 // Copyright (C) 2010 Winch Gate Property Limited
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Affero General Public License as
6 // published by the Free Software Foundation, either version 3 of the
7 // License, or (at your option) any later version.
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Affero General Public License for more details.
14 // You should have received a copy of the GNU Affero General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
17 #if !defined(AFX_PAGEBGFADES_H__AED887E2_E8D1_4BDB_B180_B6ADF8C44D58__INCLUDED_)
18 #define AFX_PAGEBGFADES_H__AED887E2_E8D1_4BDB_B180_B6ADF8C44D58__INCLUDED_
22 #endif // _MSC_VER > 1000
23 // PageBgFades.h : header file
27 /////////////////////////////////////////////////////////////////////////////
28 // CPageBgFades dialog
30 class CPageBgFades
: public CPageBase
32 DECLARE_DYNCREATE(CPageBgFades
)
37 CPageBgFades(NLGEORGES::CSoundDialog
*soundDialog
);
41 //{{AFX_DATA(CPageBgFades)
42 enum { IDD
= IDD_PAGE_BG_FADES
};
43 // NOTE - ClassWizard will add data members here.
44 // DO NOT EDIT what you see in these blocks of generated code !
49 // ClassWizard generate virtual function overrides
50 //{{AFX_VIRTUAL(CPageBgFades)
52 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
53 virtual BOOL
OnCommand(WPARAM wParam
, LPARAM lParam
);
58 // Generated message map functions
59 //{{AFX_MSG(CPageBgFades)
60 virtual BOOL
OnInitDialog();
66 //{{AFX_INSERT_LOCATION}}
67 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
69 #endif // !defined(AFX_PAGEBGFADES_H__AED887E2_E8D1_4BDB_B180_B6ADF8C44D58__INCLUDED_)