aboutsummaryrefslogtreecommitdiff
path: root/AboutDialog.h
blob: f1f9e59fd99b213eeea3f247f5d406cbafa8a1b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef ABOUTDIALOG_H
#define ABOUTDIALOG_H

class CAboutDialog : public CDialog {
public:
	CAboutDialog(CWnd* pParent = NULL);

protected:
	//{{AFX_MSG(CAboutDialog)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#endif