remove more unportable ASM, obsoleting C_CORE define
[rofl0r-VisualBoyAdvance.git] / src / win32 / GameOverrides.h
blobd7e359b66137afe8aad6af3cbe4b7789fed075b2
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)
8 // 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.
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.
19 #include "afxwin.h"
20 #if !defined(AFX_GAMEOVERRIDES_H__EEEFE37F_F477_455D_8682_705FB2DBCC0C__INCLUDED_)
21 #define AFX_GAMEOVERRIDES_H__EEEFE37F_F477_455D_8682_705FB2DBCC0C__INCLUDED_
23 #if _MSC_VER > 1000
24 #pragma once
25 #endif // _MSC_VER > 1000
26 // GameOverrides.h : header file
29 /////////////////////////////////////////////////////////////////////////////
30 // GameOverrides dialog
32 class GameOverrides : public CDialog
34 // Construction
35 public:
36 GameOverrides(CWnd* pParent = NULL); // standard constructor
38 // Dialog Data
39 //{{AFX_DATA(GameOverrides)
40 enum { IDD = IDD_GAME_OVERRIDES };
41 CEdit m_name;
42 CComboBox m_mirroring;
43 CComboBox m_flashSize;
44 CComboBox m_saveType;
45 CComboBox m_rtc;
46 //}}AFX_DATA
49 // Overrides
50 // ClassWizard generated virtual function overrides
51 //{{AFX_VIRTUAL(GameOverrides)
52 protected:
53 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
54 //}}AFX_VIRTUAL
56 // Implementation
57 protected:
59 // Generated message map functions
60 //{{AFX_MSG(GameOverrides)
61 virtual void OnOK();
62 afx_msg void OnDefaults();
63 virtual void OnCancel();
64 virtual BOOL OnInitDialog();
65 //}}AFX_MSG
66 DECLARE_MESSAGE_MAP()
67 public:
68 CEdit m_comment;
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_)