DelaunayDemo.h
上传用户:shlanyl88
上传日期:2013-03-14
资源大小:147k
文件大小:1k
- // DelaunayDemo.h : main header file for the DelaunayDemo application
- //
- #pragma once
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- // CDelaunayDemoApp:
- // See DelaunayDemo.cpp for the implementation of this class
- //
- class CDelaunayDemoApp : public CWinApp
- {
- public:
- CDelaunayDemoApp();
- // Overrides
- public:
- virtual BOOL InitInstance();
- // Implementation
- public:
- afx_msg void OnAppAbout();
- DECLARE_MESSAGE_MAP()
- };
- extern CDelaunayDemoApp theApp;