• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2 
3 	dxerr8.c - DirectX 8 Error Functions
4 
5 	Written by Filip Navara <xnavara@volny.cz>
6 
7 	This library is distributed in the hope that it will be useful,
8 	but WITHOUT ANY WARRANTY; without even the implied warranty of
9 	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 
11 */
12 
13 #define DXGetErrorString	DXGetErrorString8A
14 #define DXGetErrorDescription	DXGetErrorDescription8A
15 #define DXTrace	DXTraceA
16 #define DXERROR8(v,n,d) {v, n, d},
17 #define DXERROR8LAST(v,n,d) {v, n, d}
18 #include "dxerr.c"
19