// 2DSelection.h : main header file for the 2DSELECTION application // #if !defined(AFX_2DSELECTIONAPP_H__45F76B44_423D_11D7_8612_0060B0EE281E__INCLUDED_) #define AFX_2DSELECTIONAPP_H__45F76B44_423D_11D7_8612_0060B0EE281E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include class C2DSelectionApp : public OCC_2dApp { public: C2DSelectionApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(C2DSelectionApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL }; #endif // !defined(AFX_2DSELECTIONAPP_H__45F76B44_423D_11D7_8612_0060B0EE281E__INCLUDED_)