home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / controls / drawpic / drawpic.h < prev    next >
C/C++ Source or Header  |  1998-03-26  |  957b  |  33 lines

  1. // DrawPic.h : main header file for DRAWPIC.DLL
  2.  
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12.  
  13.  
  14. #if !defined( __AFXCTL_H__ )
  15.     #error include 'afxctl.h' before including this file
  16. #endif
  17.  
  18. #include "resource.h"       // main symbols
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CDrawPicApp : See DrawPic.cpp for implementation.
  22.  
  23. class CDrawPicApp : public COleControlModule
  24. {
  25. public:
  26.     BOOL InitInstance();
  27.     int ExitInstance();
  28. };
  29.  
  30. extern const GUID CDECL _tlid;
  31. extern const WORD _wVerMajor;
  32. extern const WORD _wVerMinor;
  33.