// 2DGeomApp.h : main header file for the 2DGEOM application // #include class C2DGeomApp : public OCC_2dApp { public: C2DGeomApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(C2DGeomApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL }; /////////////////////////////////////////////////////////////////////////////