home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / appwiz / hierwiz / stdafx.h < prev    next >
C/C++ Source or Header  |  1998-03-05  |  868b  |  21 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5. // This is a part of the Microsoft Foundation Classes C++ library.
  6. // Copyright (C) 1992-1995 Microsoft Corporation
  7. // All rights reserved.
  8. //
  9. // This source code is only intended as a supplement to the
  10. // Microsoft Foundation Classes Reference and Microsoft
  11. // QuickHelp and/or WinHelp documentation provided with the library.
  12. // See these sources for detailed information regarding the
  13. // Microsoft Foundation Classes product.
  14.  
  15.  
  16. #include <afxwin.h>         // MFC core and standard components
  17. #include <afxext.h>         // MFC extensions
  18. #include "debug.h"          // For ASSERT, VERIFY, and TRACE
  19. #include <customaw.h>       // Custom AppWizard interface
  20. #include "UsrEditC.h"
  21.