Isle
Loading...
Searching...
No Matches
AboutDlg.cpp
Go to the documentation of this file.
1#include "AboutDlg.h"
2
3#include "decomp.h"
4
5DECOMP_SIZE_ASSERT(CDialog, 0x60)
7
8// FUNCTION: CONFIG 0x00403c20
9CAboutDialog::CAboutDialog() : CDialog(IDD)
10{
11}
12
13// FUNCTION: CONFIG 0x00403d20
14void CAboutDialog::DoDataExchange(CDataExchange* pDX)
15{
16}
17
18BEGIN_MESSAGE_MAP(CAboutDialog, CDialog)
19END_MESSAGE_MAP()
[AI] Dialog for the application's About box.
Definition: AboutDlg.h:15
void DoDataExchange(CDataExchange *pDX) override
[AI] Data exchange method for MFC dialog controls.
Definition: AboutDlg.cpp:14
#define DECOMP_SIZE_ASSERT(T, S)
Definition: decomp.h:19