1 // VisualBoyAdvance - Nintendo Gameboy/GameboyAdvance (TM) emulator.
2 // Copyright (C) 1999-2003 Forgotten
3 // Copyright (C) 2005 Forgotten and the VBA development team
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 2, or(at your option)
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.
15 // You should have received a copy of the GNU General Public License
16 // along with this program; if not, write to the Free Software Foundation,
17 // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 #if !defined(AFX_GAMEOVERRIDES_H__EEEFE37F_F477_455D_8682_705FB2DBCC0C__INCLUDED_)
21 #define AFX_GAMEOVERRIDES_H__EEEFE37F_F477_455D_8682_705FB2DBCC0C__INCLUDED_
25 #endif // _MSC_VER > 1000
26 // GameOverrides.h : header file
29 /////////////////////////////////////////////////////////////////////////////
30 // GameOverrides dialog
32 class GameOverrides
: public CDialog
36 GameOverrides(CWnd
* pParent
= NULL
); // standard constructor
39 //{{AFX_DATA(GameOverrides)
40 enum { IDD
= IDD_GAME_OVERRIDES
};
42 CComboBox m_mirroring
;
43 CComboBox m_flashSize
;
50 // ClassWizard generated virtual function overrides
51 //{{AFX_VIRTUAL(GameOverrides)
53 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
59 // Generated message map functions
60 //{{AFX_MSG(GameOverrides)
62 afx_msg
void OnDefaults();
63 virtual void OnCancel();
64 virtual BOOL
OnInitDialog();
71 //{{AFX_INSERT_LOCATION}}
72 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
74 #endif // !defined(AFX_GAMEOVERRIDES_H__EEEFE37F_F477_455D_8682_705FB2DBCC0C__INCLUDED_)