0023776: Redesign of MFC samples after V2d viewer removing
[occt.git] / samples / mfc / standard / 03_Viewer2d / src / Viewer2dApp.h
CommitLineData
7fd59977 1// Viewer2dApp.h : main header file for the VIEWER2D application
2//
3
4#if !defined(AFX_VIEWER2DAPP_H__45F76B43_423D_11D7_8612_0060B0EE281E__INCLUDED_)
5#define AFX_VIEWER2DAPP_H__45F76B43_423D_11D7_8612_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 CViewer2dApp : public OCC_App
7fd59977 14{
15public:
5c1f974e 16
17 CViewer2dApp();
18
7fd59977 19// Overrides
5c1f974e 20 // ClassWizard generated virtual function overrides
21 //{{AFX_VIRTUAL(CViewer2dApp)
22 public:
23 virtual BOOL InitInstance();
24 //}}AFX_VIRTUAL
7fd59977 25};
26
27
28/////////////////////////////////////////////////////////////////////////////
29
30#endif //(AFX_VIEWER2DAPP_H__45F76B43_423D_11D7_8612_0060B0EE281E__INCLUDED_)