#ifndef _INC_CLIENT #define _INC_CLIENT // ==========================================================Purpose // CLIENT.H - MDI Client window managment. // // MAKEMDI adaptation of Windows 3.1 SDK MAKEAPP system. // // MDI application design based on Chapter 7 of // "Windows 3: A Developer's Guide" by Jeffrey Richter. // // Adaptation developed with permission of the author by // John F. Holliday, Technisoft Corporation // Telephone: (515) 472-9803, CompuServe: 71271,634 // // [DMM] 25-Nov-1992: Fixed crashing on exit // Also tabified file to tabsize of 4 // // David M. Miller, Business Visions, Inc. // Telephone: (212) 747-6118 // CompuServe: 72676,327 // internet: dmiller@hera.sbi.com // ==========================================================Private #include "sheet.h" #include "chart.h" // ===========================================================Public BOOL Client_Initialize(APP * papp); void Client_Terminate(APP * papp); //--------------------------------------------------------------End #endif // !_INC_CLIENT