// perf.h : main header file for the PERF application // #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // CPerfApp: // See perf.cpp for the implementation of this class // class CPerfApp : public CWinApp { public: CPerfApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPerfApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CPerfApp) afx_msg void OnAppAbout(); afx_msg void OnHelpAboutolectrachart(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; /////////////////////////////////////////////////////////////////////////////