Starshatter_Open
Open source Starshatter engine
|
Go to the source code of this file.
Macros | |
#define | RELEASE(x) if (x) { x->Release(); x=NULL; } |
Functions | |
void | Print (const char *msg,...) |
char * | DDErrStr (HRESULT dderr) |
void | VideoDX9Error (const char *msg, HRESULT dderr) |
Variables | |
int | VD3D_describe_things |
#define RELEASE | ( | x | ) | if (x) { x->Release(); x=NULL; } |
Definition at line 28 of file VideoDX9Enum.cpp.
char* DDErrStr | ( | HRESULT | dderr | ) |
void VideoDX9Error | ( | const char * | msg, |
HRESULT | dderr | ||
) |
Definition at line 3525 of file VideoDX9.cpp.
int VD3D_describe_things |
Definition at line 25 of file VideoDX9Enum.cpp.