raSystem
1.0 bata
|
#include <strsafe.h>
#include <new>
Go to the source code of this file.
Macros | |
#define | NEW new (std::nothrow) |
#define | NEW_PROTO_ARGS size_t s, const std::nothrow_t& t |
#define | DPF() 0 |
#define | D3DXASSERT(condition) 0 |
Typedefs | |
typedef signed char | INT8 |
typedef signed short | INT16 |
typedef unsigned char | UINT8 |
typedef unsigned short | UINT16 |
#define D3DXASSERT | ( | condition | ) | 0 |
Definition at line 60 of file d3dx11dbg.h.
#define DPF | ( | ) | 0 |
Definition at line 47 of file d3dx11dbg.h.
#define NEW new (std::nothrow) |
Definition at line 27 of file d3dx11dbg.h.
#define NEW_PROTO_ARGS size_t s, const std::nothrow_t& t |
Definition at line 28 of file d3dx11dbg.h.
typedef signed short INT16 |
Definition at line 33 of file d3dx11dbg.h.
typedef signed char INT8 |
Definition at line 32 of file d3dx11dbg.h.
typedef unsigned short UINT16 |
Definition at line 35 of file d3dx11dbg.h.
typedef unsigned char UINT8 |
Definition at line 34 of file d3dx11dbg.h.