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

  1. // ReplAll.h : main header file for the REPLALL DLL
  2. //
  3.  
  4. #if !defined(AFX_REPLALL_H__14334312_B34A_11D0_A217_244106C10000__INCLUDED_)
  5. #define AFX_REPLALL_H__14334312_B34A_11D0_A217_244106C10000__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_REPLALL_H__14334312_B34A_11D0_A217_244106C10000__INCLUDED)
  24.