stdafx.h
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. //////////////////////////////////////////////
  2. //
  3. // General Include files for the Lib
  4. //
  5. /////////////////////////////////////////////
  6. #ifndef DIRECT3D_VERSION
  7. #define DIRECT3D_VERSION         0x0800
  8. #endif  //DIRECT3D_VERSION
  9. #define DIRECTINPUT_VERSION 0x0800
  10. #include <windows.h>
  11. #include <ddraw.h>
  12. #include <ddrawex.h>
  13. #include <dinput.h>
  14. #include <dxerr8.h>
  15. #include <stdio.h>
  16. #include <stdarg.h>
  17. #ifdef _APP_LIB
  18. #define CLS_IMPEXP __declspec(dllexport)
  19. #else
  20. #define CLS_IMPEXP __declspec(dllimport)
  21. #endif