home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / bldrec / bldrec.h < prev    next >
C/C++ Source or Header  |  1998-04-02  |  720b  |  24 lines

  1. // bldrec.h : main header file for the BLDREC DLL
  2. //
  3.  
  4. #if !defined(AFX_BLDREC_H__36FDE86A_EA61_11D0_B595_00A0C91BC942__INCLUDED_)
  5. #define AFX_BLDREC_H__36FDE86A_EA61_11D0_B595_00A0C91BC942__INCLUDED_
  6.  
  7. #ifndef __AFXWIN_H__
  8.     #error include 'stdafx.h' before including this file for PCH
  9. #endif
  10.  
  11. #include "resource.h"        // main symbols
  12.  
  13. #include <ObjModel\addguid.h>
  14. #include <ObjModel\appguid.h>
  15. #include <ObjModel\bldguid.h>
  16. #include <ObjModel\textguid.h>
  17. #include <ObjModel\dbgguid.h>
  18.  
  19.  
  20. //{{AFX_INSERT_LOCATION}}
  21. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  22.  
  23. #endif // !defined(AFX_BLDREC_H__36FDE86A_EA61_11D0_B595_00A0C91BC942__INCLUDED)
  24.