mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
CONFIG (#1627)
This commit is contained in:
@@ -6,13 +6,16 @@ DECOMP_SIZE_ASSERT(CDialog, 0x60)
|
||||
DECOMP_SIZE_ASSERT(CAboutDialog, 0x60)
|
||||
|
||||
// FUNCTION: CONFIG 0x00403c20
|
||||
// FUNCTION: CONFIGD 0x00408630
|
||||
CAboutDialog::CAboutDialog() : CDialog(IDD)
|
||||
{
|
||||
}
|
||||
|
||||
// FUNCTION: CONFIG 0x00403d20
|
||||
// FUNCTION: CONFIGD 0x004086a3
|
||||
void CAboutDialog::DoDataExchange(CDataExchange* pDX)
|
||||
{
|
||||
CWnd::DoDataExchange(pDX);
|
||||
}
|
||||
|
||||
BEGIN_MESSAGE_MAP(CAboutDialog, CDialog)
|
||||
|
Reference in New Issue
Block a user