diff options
Diffstat (limited to 'src/native/d3d/D3dDriverInfo.hpp')
-rw-r--r-- | src/native/d3d/D3dDriverInfo.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/native/d3d/D3dDriverInfo.hpp b/src/native/d3d/D3dDriverInfo.hpp index 5c5f0ca..d6fbcc2 100644 --- a/src/native/d3d/D3dDriverInfo.hpp +++ b/src/native/d3d/D3dDriverInfo.hpp @@ -22,6 +22,7 @@ extern D3DFORMAT d3dDepthFormat[D3DDEPTHFORMATSIZE]; extern int d3dDepthTable[D3DDEPTHFORMATSIZE]; +extern int d3dStencilDepthTable[D3DDEPTHFORMATSIZE]; class D3dDriverInfo { public: |