annotate src/win32/RomInfo.h @ 1:f9f4f1b99eed

importing src directory
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 10:31:27 -0600
parents
children
rev   line source
rlm@1 1 #if !defined(AFX_ROMINFO_H__9888A45C_3E71_4C0F_B119_EFC74DFF8CD3__INCLUDED_)
rlm@1 2 #define AFX_ROMINFO_H__9888A45C_3E71_4C0F_B119_EFC74DFF8CD3__INCLUDED_
rlm@1 3
rlm@1 4 #if _MSC_VER > 1000
rlm@1 5 #pragma once
rlm@1 6 #endif // _MSC_VER > 1000
rlm@1 7 // -*- C++ -*-
rlm@1 8 // RomInfo.h : header file
rlm@1 9 //
rlm@1 10
rlm@1 11 /////////////////////////////////////////////////////////////////////////////
rlm@1 12 // RomInfoGB dialog
rlm@1 13
rlm@1 14 class RomInfoGB : public CDialog
rlm@1 15 {
rlm@1 16 // Construction
rlm@1 17 public:
rlm@1 18 RomInfoGB(u8 *rom, CWnd*pParent = NULL); // standard constructor
rlm@1 19
rlm@1 20 // Dialog Data
rlm@1 21 //{{AFX_DATA(RomInfoGB)
rlm@1 22 enum { IDD = IDD_GB_ROM_INFO };
rlm@1 23 // NOTE: the ClassWizard will add data members here
rlm@1 24 //}}AFX_DATA
rlm@1 25
rlm@1 26 // Overrides
rlm@1 27 // ClassWizard generated virtual function overrides
rlm@1 28 //{{AFX_VIRTUAL(RomInfoGB)
rlm@1 29 protected:
rlm@1 30 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support
rlm@1 31 //}}AFX_VIRTUAL
rlm@1 32 u8 *rom;
rlm@1 33
rlm@1 34 // Implementation
rlm@1 35 protected:
rlm@1 36 // Generated message map functions
rlm@1 37 //{{AFX_MSG(RomInfoGB)
rlm@1 38 afx_msg void OnOk();
rlm@1 39 virtual BOOL OnInitDialog();
rlm@1 40 //}}AFX_MSG
rlm@1 41 DECLARE_MESSAGE_MAP()
rlm@1 42 };
rlm@1 43
rlm@1 44 /////////////////////////////////////////////////////////////////////////////
rlm@1 45 // RomInfoGBA dialog
rlm@1 46
rlm@1 47 class RomInfoGBA : public CDialog
rlm@1 48 {
rlm@1 49 // Construction
rlm@1 50 public:
rlm@1 51 RomInfoGBA(u8 *rom, CWnd*pParent = NULL); // standard constructor
rlm@1 52
rlm@1 53 // Dialog Data
rlm@1 54 //{{AFX_DATA(RomInfoGBA)
rlm@1 55 enum { IDD = IDD_GBA_ROM_INFO };
rlm@1 56 // NOTE: the ClassWizard will add data members here
rlm@1 57 //}}AFX_DATA
rlm@1 58 u8 *rom;
rlm@1 59
rlm@1 60 // Overrides
rlm@1 61 // ClassWizard generated virtual function overrides
rlm@1 62 //{{AFX_VIRTUAL(RomInfoGBA)
rlm@1 63 protected:
rlm@1 64 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support
rlm@1 65 //}}AFX_VIRTUAL
rlm@1 66
rlm@1 67 // Implementation
rlm@1 68 protected:
rlm@1 69 // Generated message map functions
rlm@1 70 //{{AFX_MSG(RomInfoGBA)
rlm@1 71 afx_msg void OnOk();
rlm@1 72 virtual BOOL OnInitDialog();
rlm@1 73 //}}AFX_MSG
rlm@1 74 DECLARE_MESSAGE_MAP()
rlm@1 75 };
rlm@1 76 //{{AFX_INSERT_LOCATION}}
rlm@1 77 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
rlm@1 78
rlm@1 79 #endif // !defined(AFX_ROMINFO_H__9888A45C_3E71_4C0F_B119_EFC74DFF8CD3__INCLUDED_)