dxerr.h
上传用户:xuyinpeng
上传日期:2021-05-12
资源大小:455k
文件大小:0k
源码类别:

射击游戏

开发平台:

Visual C++

  1. // dxerr.h
  2. #include <ddraw.h>
  3. #include <dinput.h>
  4. #include <dsound.h>
  5. void DS_Error( HRESULT hresult, char *msg );
  6. void DI_Error( HRESULT hresult, char *msg );
  7. void DD_Error( HRESULT hresult, char *msg );