// vector.h : main header file for the VECTOR application // #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // CVectorApp: // See vector.cpp for the implementation of this class // class CVectorApp : public CWinApp { public: CVectorApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CVectorApp) public: virtual BOOL InitInstance(); virtual int ExitInstance(); //}}AFX_VIRTUAL // Implementation ILEADRasterDlgKrn_D *m_pRasterKrnDlg; ILEADRasterDlgClr_D *m_pRasterColorDlg; //{{AFX_MSG(CVectorApp) afx_msg void OnAppAbout(); afx_msg void OnUpdateFileNew(CCmdUI* pCmdUI); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; /////////////////////////////////////////////////////////////////////////////