home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / po7_win / object10 / empedt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-25  |  836 b   |  36 lines

  1. // empedt.h : main header file for the EMPEDT application
  2. //
  3.  
  4. #ifndef __AFXWIN_H__
  5.     #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7.  
  8. #include "resource.h"       // main symbols
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CEmpedtApp:
  12. // See empedt.cpp for the implementation of this class
  13. //
  14.  
  15. class CEmpedtApp : public CWinApp
  16. {
  17. public:
  18.     CEmpedtApp();
  19.     ~CEmpedtApp();
  20.  
  21. // Overrides
  22.     virtual BOOL InitInstance();
  23.  
  24. // Implementation
  25.  
  26.     //{{AFX_MSG(CEmpedtApp)
  27.     afx_msg void OnAppAbout();
  28.         // NOTE - the ClassWizard will add and remove member functions here.
  29.         //    DO NOT EDIT what you see in these blocks of generated code !
  30.     //}}AFX_MSG
  31.     DECLARE_MESSAGE_MAP()
  32. };
  33.  
  34.  
  35. /////////////////////////////////////////////////////////////////////////////
  36.