// CAISSelectApp.h : main header file for the AISSELECT application // #if !defined(AISSELECTAPP__INCLUDED_) #define AISSELECTAPP__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include class CAISSelectApp : public OCC_3dApp { public: CAISSelectApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAISSelectApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL }; ///////////////////////////////////////////////////////////////////////////// #endif // !defined(AFX_VIEWER_H__4EF39FB2_4EBB_11D1_8D67_0800369C8A03__INCLUDED_)