GUIDS.CPP
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  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. #define INITGUID                   // define all the guids.
  14. #include "Main.h"
  15. #pragma hdrstop
  16. #include "Game.h"
  17. #include <MultInfo.h>