// PlateApp.h : main header file for the PLATE application // #if !defined(PLATE_APP_H_INCLUDED_) #define PLATE_APP_H_INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include class CPlateApp : public OCC_3dApp { public: CPlateApp(); virtual BOOL InitInstance(); }; #endif // !defined(PLATE_APP_H_INCLUDED_)