rlm@1: #if !defined(AFX_ROMINFO_H__9888A45C_3E71_4C0F_B119_EFC74DFF8CD3__INCLUDED_) rlm@1: #define AFX_ROMINFO_H__9888A45C_3E71_4C0F_B119_EFC74DFF8CD3__INCLUDED_ rlm@1: rlm@1: #if _MSC_VER > 1000 rlm@1: #pragma once rlm@1: #endif // _MSC_VER > 1000 rlm@1: // -*- C++ -*- rlm@1: // RomInfo.h : header file rlm@1: // rlm@1: rlm@1: ///////////////////////////////////////////////////////////////////////////// rlm@1: // RomInfoGB dialog rlm@1: rlm@1: class RomInfoGB : public CDialog rlm@1: { rlm@1: // Construction rlm@1: public: rlm@1: RomInfoGB(u8 *rom, CWnd*pParent = NULL); // standard constructor rlm@1: rlm@1: // Dialog Data rlm@1: //{{AFX_DATA(RomInfoGB) rlm@1: enum { IDD = IDD_GB_ROM_INFO }; rlm@1: // NOTE: the ClassWizard will add data members here rlm@1: //}}AFX_DATA rlm@1: rlm@1: // Overrides rlm@1: // ClassWizard generated virtual function overrides rlm@1: //{{AFX_VIRTUAL(RomInfoGB) rlm@1: protected: rlm@1: virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support rlm@1: //}}AFX_VIRTUAL rlm@1: u8 *rom; rlm@1: rlm@1: // Implementation rlm@1: protected: rlm@1: // Generated message map functions rlm@1: //{{AFX_MSG(RomInfoGB) rlm@1: afx_msg void OnOk(); rlm@1: virtual BOOL OnInitDialog(); rlm@1: //}}AFX_MSG rlm@1: DECLARE_MESSAGE_MAP() rlm@1: }; rlm@1: rlm@1: ///////////////////////////////////////////////////////////////////////////// rlm@1: // RomInfoGBA dialog rlm@1: rlm@1: class RomInfoGBA : public CDialog rlm@1: { rlm@1: // Construction rlm@1: public: rlm@1: RomInfoGBA(u8 *rom, CWnd*pParent = NULL); // standard constructor rlm@1: rlm@1: // Dialog Data rlm@1: //{{AFX_DATA(RomInfoGBA) rlm@1: enum { IDD = IDD_GBA_ROM_INFO }; rlm@1: // NOTE: the ClassWizard will add data members here rlm@1: //}}AFX_DATA rlm@1: u8 *rom; rlm@1: rlm@1: // Overrides rlm@1: // ClassWizard generated virtual function overrides rlm@1: //{{AFX_VIRTUAL(RomInfoGBA) rlm@1: protected: rlm@1: virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support rlm@1: //}}AFX_VIRTUAL rlm@1: rlm@1: // Implementation rlm@1: protected: rlm@1: // Generated message map functions rlm@1: //{{AFX_MSG(RomInfoGBA) rlm@1: afx_msg void OnOk(); rlm@1: virtual BOOL OnInitDialog(); rlm@1: //}}AFX_MSG rlm@1: DECLARE_MESSAGE_MAP() rlm@1: }; rlm@1: //{{AFX_INSERT_LOCATION}} rlm@1: // Microsoft Visual C++ will insert additional declarations immediately before the previous line. rlm@1: rlm@1: #endif // !defined(AFX_ROMINFO_H__9888A45C_3E71_4C0F_B119_EFC74DFF8CD3__INCLUDED_)