0025269: Make parallel version of boolean operations avaible from DRAW
[occt.git] / samples / mfc / standard / 04_Viewer3d / src / Viewer3dApp.h
CommitLineData
7fd59977 1// Viewer3dApp.h : main header file for the Viewer3d application
2//
3
4#if !defined(AFX_VIEWER3DAPP_H__3045338E_3E75_11D7_8611_0060B0EE281E__INCLUDED_)
5#define AFX_VIEWER3DAPP_H__3045338E_3E75_11D7_8611_0060B0EE281E__INCLUDED_
6
7#if _MSC_VER >= 1000
8#pragma once
9#endif // _MSC_VER >= 1000
10
5c1f974e 11#include <OCC_App.h>
7fd59977 12
5c1f974e 13class CViewer3dApp : public OCC_App
7fd59977 14{
15public:
5c1f974e 16
17 CViewer3dApp();
7fd59977 18
19// Overrides
5c1f974e 20 // ClassWizard generated virtual function overrides
21 //{{AFX_VIRTUAL(CViewer3dApp)
22 public:
23 virtual BOOL InitInstance();
24 //}}AFX_VIRTUAL
7fd59977 25
5c1f974e 26 DECLARE_MESSAGE_MAP()
7fd59977 27};
28
7fd59977 29/////////////////////////////////////////////////////////////////////////////
30
31//{{AFX_INSERT_LOCATION}}
32// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
33
34#endif // !defined(AFX_VIEWER3DAPP_H__3045338E_3E75_11D7_8611_0060B0EE281E__INCLUDED_)