Mercurial > vba-linux
view src/win32/RomInfo.h @ 4:5f6f2134e8ce
apu appears to not be used
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:35:58 -0600 |
parents | f9f4f1b99eed |
children |
line wrap: on
line source
1 #if !defined(AFX_ROMINFO_H__9888A45C_3E71_4C0F_B119_EFC74DFF8CD3__INCLUDED_)2 #define AFX_ROMINFO_H__9888A45C_3E71_4C0F_B119_EFC74DFF8CD3__INCLUDED_4 #if _MSC_VER > 10005 #pragma once6 #endif // _MSC_VER > 10007 // -*- C++ -*-8 // RomInfo.h : header file9 //11 /////////////////////////////////////////////////////////////////////////////12 // RomInfoGB dialog14 class RomInfoGB : public CDialog15 {16 // Construction17 public:18 RomInfoGB(u8 *rom, CWnd*pParent = NULL); // standard constructor20 // Dialog Data21 //{{AFX_DATA(RomInfoGB)22 enum { IDD = IDD_GB_ROM_INFO };23 // NOTE: the ClassWizard will add data members here24 //}}AFX_DATA26 // Overrides27 // ClassWizard generated virtual function overrides28 //{{AFX_VIRTUAL(RomInfoGB)29 protected:30 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support31 //}}AFX_VIRTUAL32 u8 *rom;34 // Implementation35 protected:36 // Generated message map functions37 //{{AFX_MSG(RomInfoGB)38 afx_msg void OnOk();39 virtual BOOL OnInitDialog();40 //}}AFX_MSG41 DECLARE_MESSAGE_MAP()42 };44 /////////////////////////////////////////////////////////////////////////////45 // RomInfoGBA dialog47 class RomInfoGBA : public CDialog48 {49 // Construction50 public:51 RomInfoGBA(u8 *rom, CWnd*pParent = NULL); // standard constructor53 // Dialog Data54 //{{AFX_DATA(RomInfoGBA)55 enum { IDD = IDD_GBA_ROM_INFO };56 // NOTE: the ClassWizard will add data members here57 //}}AFX_DATA58 u8 *rom;60 // Overrides61 // ClassWizard generated virtual function overrides62 //{{AFX_VIRTUAL(RomInfoGBA)63 protected:64 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support65 //}}AFX_VIRTUAL67 // Implementation68 protected:69 // Generated message map functions70 //{{AFX_MSG(RomInfoGBA)71 afx_msg void OnOk();72 virtual BOOL OnInitDialog();73 //}}AFX_MSG74 DECLARE_MESSAGE_MAP()75 };76 //{{AFX_INSERT_LOCATION}}77 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.79 #endif // !defined(AFX_ROMINFO_H__9888A45C_3E71_4C0F_B119_EFC74DFF8CD3__INCLUDED_)