DelaunayDemo.h
Upload User: shlanyl88
Upload Date: 2013-03-14
Package Size: 147k
Code Size: 1k
Category:

3D Graphic

Development Platform:

Visual C++

  1. // DelaunayDemo.h : main header file for the DelaunayDemo application
  2. //
  3. #pragma once
  4. #ifndef __AFXWIN_H__
  5. #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7. #include "resource.h"       // main symbols
  8. // CDelaunayDemoApp:
  9. // See DelaunayDemo.cpp for the implementation of this class
  10. //
  11. class CDelaunayDemoApp : public CWinApp
  12. {
  13. public:
  14. CDelaunayDemoApp();
  15. // Overrides
  16. public:
  17. virtual BOOL InitInstance();
  18. // Implementation
  19. public:
  20. afx_msg void OnAppAbout();
  21. DECLARE_MESSAGE_MAP()
  22. };
  23. extern CDelaunayDemoApp theApp;