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

  1.  
  2. #if !defined(BRTEST_H)
  3. #define BRTEST_H
  4.  
  5. #include <afxwin.h>
  6. #include <afxdlgs.h>
  7. #include <afxcview.h>
  8. #include <winsock2.h>
  9.  
  10. // forward declarations
  11. class CUtil ;
  12.  
  13. class CNIC ;
  14.  
  15. class CData ;
  16.  
  17. class CSession ;
  18.     class CMulticast ;
  19.     
  20. class CBridgeRPC ;
  21.     class CBradm ;    
  22.  
  23. #endif  // BRTEST_H
  24.