mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
28
samples/mfc/standard/03_Viewer2d/src/Viewer2dApp.h
Executable file
28
samples/mfc/standard/03_Viewer2d/src/Viewer2dApp.h
Executable file
@@ -0,0 +1,28 @@
|
||||
// Viewer2dApp.h : main header file for the VIEWER2D application
|
||||
//
|
||||
|
||||
#if !defined(AFX_VIEWER2DAPP_H__45F76B43_423D_11D7_8612_0060B0EE281E__INCLUDED_)
|
||||
#define AFX_VIEWER2DAPP_H__45F76B43_423D_11D7_8612_0060B0EE281E__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
#include <OCC_2dApp.h>
|
||||
|
||||
class CViewer2dApp : public OCC_2dApp
|
||||
{
|
||||
public:
|
||||
CViewer2dApp();
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CViewer2dApp)
|
||||
public:
|
||||
virtual BOOL InitInstance();
|
||||
//}}AFX_VIRTUAL
|
||||
};
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif //(AFX_VIEWER2DAPP_H__45F76B43_423D_11D7_8612_0060B0EE281E__INCLUDED_)
|
Reference in New Issue
Block a user