// 2DBasicApp.h : main header file for the 2DBASIC application // #if !defined(BASIC_APP_2D__INCLUDED_) #define BASIC_APP_2D__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include class C2DBasicApp : public OCC_2dApp { public: C2DBasicApp(); virtual BOOL InitInstance(); }; ///////////////////////////////////////////////////////////////////////////// #endif // !defined(BASIC_APP_2D__INCLUDED_)