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