home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / internet / scripting / spruuids / guids.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-12  |  834 b   |  18 lines

  1. //---------------------------------------------------------------------------
  2. // Guids.cpp
  3. //---------------------------------------------------------------------------
  4. // Contains the guids we will define ourselves.
  5. //---------------------------------------------------------------------------
  6. // (C) Copyright 1995-1997 by Microsoft Corporation.  All rights reserved.
  7. //
  8. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  9. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  10. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  11. // PARTICULAR PURPOSE.
  12. //---------------------------------------------------------------------------
  13.  
  14. #define INITGUID                   // define all the guids.
  15. #include "Main.h"
  16. #pragma hdrstop
  17. #include "Game.h"
  18. #include <MultInfo.h>