- #include "stdafx.h"
- #include "SoundfxDlg.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- CSoundfxDlg::CSoundfxDlg(CWnd* pParent )
- : CDialog(CSoundfxDlg::IDD, pParent)
- {
- }
- void CSoundfxDlg::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- }
- BEGIN_MESSAGE_MAP(CSoundfxDlg, CDialog)
- END_MESSAGE_MAP()