// DicWav.h : main header file for the DicWav application // #if !defined(AFX_DicWav_H__F0DED844_18C0_11D3_8952_0060087BCBA0__INCLUDED_) #define AFX_DicWav_H__F0DED844_18C0_11D3_8952_0060087BCBA0__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols #include #include ///////////////////////////////////////////////////////////////////////////// // CDicWavApp: // See DicWav.cpp for the implementation of this class // class CDicWavApp : public CWinApp { public: LDialogFile LeadDlg; CDicWavApp(); private: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDicWavApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CDicWavApp) afx_msg void OnHelpAbout(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DicWav_H__F0DED844_18C0_11D3_8952_0060087BCBA0__INCLUDED_)