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

  1. #if !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
  2. #define $$FILE_NAME_SYMBOL$$_INCLUDED_
  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. // TODO: You may add any other custom AppWizard-wide declarations here.
  11.  
  12.  
  13. //{{AFX_INSERT_LOCATION}}
  14. // $$INSERT_LOCATION_COMMENT$$
  15.  
  16. #endif // !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
  17.