mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
20 lines
347 B
C++
20 lines
347 B
C++
#include "AboutDlg.h"
|
|
|
|
#include "decomp.h"
|
|
|
|
DECOMP_SIZE_ASSERT(CDialog, 0x60)
|
|
DECOMP_SIZE_ASSERT(CAboutDialog, 0x60)
|
|
|
|
// FUNCTION: CONFIG 0x00403c20
|
|
CAboutDialog::CAboutDialog() : CDialog(IDD)
|
|
{
|
|
}
|
|
|
|
// FUNCTION: CONFIG 0x00403d20
|
|
void CAboutDialog::DoDataExchange(CDataExchange* pDX)
|
|
{
|
|
}
|
|
|
|
BEGIN_MESSAGE_MAP(CAboutDialog, CDialog)
|
|
END_MESSAGE_MAP()
|