// WalkthroughApp.h : main header file for the Walkthrough application // #if !defined(AFX_VIEWER_H__4EF39FB2_4EBB_11D1_8D67_0800369C8A03__INCLUDED_) #define AFX_VIEWER_H__4EF39FB2_4EBB_11D1_8D67_0800369C8A03__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include class CWalkthroughApp : public OCC_3dApp { public: CWalkthroughApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CWalkthroughApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_VIEWER_H__4EF39FB2_4EBB_11D1_8D67_0800369C8A03__INCLUDED_)