dxerr.h
Upload User: xuyinpeng
Upload Date: 2021-05-12
Package Size: 455k
Code Size: 0k
Category:

Shot Game

Development Platform:

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 );