/***************************************************************************/ /** Microsoft Windows **/ /** Copyright(c) Microsoft Corp., 1991, 1992 **/ /***************************************************************************/ /**************************************************************************** hearts.h Aug 92, JimH May 93, JimH chico port declaration of theApp class ****************************************************************************/ #ifndef HEARTS_INC #define HEARTS_INC #ifndef STRICT #define STRICT #endif //#include #include // MFC core and standard components #include // MFC extensions #include // MFC support for Windows Common Controls #include //#include #include #include class CTheApp : public CWinApp { public: BOOL InitInstance(); }; #endif