home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / bin / ide / exewz.awx / TEMPLATE / ROOT.H < prev    next >
C/C++ Source or Header  |  1998-06-18  |  233b  |  13 lines

  1.  
  2. #if !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
  3. #define $$FILE_NAME_SYMBOL$$_INCLUDED_
  4.  
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8.  
  9. #include "resource.h"
  10.  
  11.  
  12. #endif // !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
  13.