1 // TriangulationApp.h : main header file for the TRIANGULATION application
2 //
3 
4 #if !defined(AFX_TRIANGULATIONAPP_H__3045338A_3E75_11D7_8611_0060B0EE281E__INCLUDED_)
5 #define AFX_TRIANGULATIONAPP_H__3045338A_3E75_11D7_8611_0060B0EE281E__INCLUDED_
6 
7 #if _MSC_VER >= 1000
8 #pragma once
9 #endif // _MSC_VER >= 1000
10 
11 #include <OCC_App.h>
12 
13 class CTriangulationApp : public OCC_App
14 {
15 public:
16 
17   CTriangulationApp();
18 
19 // Overrides
20   // ClassWizard generated virtual function overrides
21   //{{AFX_VIRTUAL(CTriangulationApp)
22   public:
23   virtual BOOL InitInstance();
24   //}}AFX_VIRTUAL
25 };
26 
27 /////////////////////////////////////////////////////////////////////////////
28 
29 //{{AFX_INSERT_LOCATION}}
30 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
31 
32 #endif // !defined(AFX_TRIANGULATIONAPP_H__3045338A_3E75_11D7_8611_0060B0EE281E__INCLUDED_)
33