mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
config: remove CCommonDialog, move mfc annotations to StdAfx.h (#544)
This commit is contained in:

committed by
GitHub

parent
94c4576e8d
commit
f1f4bd14c6
@@ -6,7 +6,7 @@ DECOMP_SIZE_ASSERT(CDialog, 0x60)
|
||||
DECOMP_SIZE_ASSERT(CAboutDialog, 0x60)
|
||||
|
||||
// FUNCTION: CONFIG 0x00403c20
|
||||
CAboutDialog::CAboutDialog() : CCommonDialog(IDD)
|
||||
CAboutDialog::CAboutDialog() : CDialog(IDD)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user