dxerr.h
资源名称:21.rar [点击查看]
上传用户:xuyinpeng
上传日期:2021-05-12
资源大小:455k
文件大小:0k
源码类别:
射击游戏
开发平台:
Visual C++
- // dxerr.h
- #include <ddraw.h>
- #include <dinput.h>
- #include <dsound.h>
- void DS_Error( HRESULT hresult, char *msg );
- void DI_Error( HRESULT hresult, char *msg );
- void DD_Error( HRESULT hresult, char *msg );