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

  1. /*++
  2.  
  3. Copyright (c) 1997, Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.     dxmrtp.h
  8.  
  9. Abstract:
  10.  
  11.     Master include file for Windows DirectX Media Based RTP implementation.
  12.  
  13. --*/
  14.  
  15. #ifndef __DXMRTP_INCLUDED__
  16. #define __DXMRTP_INCLUDED__
  17.  
  18. /* Include all of the filter header files */
  19. #include <amrtpnet.h>
  20. #include <cxq_cust.h>
  21. #include <amrtpdmx.h>
  22. #include <amrtpss.h>
  23. #include <irtprph.h>
  24. #include <irtpsph.h>
  25.  
  26. #endif /* #ifndef __DXMRTP_INCLUDED__ */
  27.