// DOFast.h : main header file for the DOFAST application // #if !defined(AFX_DOFAST_H__91DB9A63_AF09_41BB_9C13_F26D33D4B0D2__INCLUDED_) #define AFX_DOFAST_H__91DB9A63_AF09_41BB_9C13_F26D33D4B0D2__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 ///////////////////////////////////////////////////////////////////////////// // CDOFastApp: // See DOFast.cpp for the implementation of this class // class CDOFastApp : public CWinApp { public: CDOFastApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDOFastApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CDOFastApp) //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DOFAST_H__91DB9A63_AF09_41BB_9C13_F26D33D4B0D2__INCLUDED_)