summaryrefslogtreecommitdiffstats
path: root/src/graphics/d3d/d3dtextr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/d3d/d3dtextr.h')
-rw-r--r--src/graphics/d3d/d3dtextr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/d3d/d3dtextr.h b/src/graphics/d3d/d3dtextr.h
index 0e43fd2..842fa58 100644
--- a/src/graphics/d3d/d3dtextr.h
+++ b/src/graphics/d3d/d3dtextr.h
@@ -74,6 +74,6 @@ HRESULT D3DTextr_CreateEmptyTexture( TCHAR* strName, DWORD dwWidth,
HRESULT D3DTextr_DestroyTexture( TCHAR* strName );
VOID D3DTextr_SetTexturePath( TCHAR* strTexturePath );
-void D3DTextr_SetDebugMode(BOOL bDebug);
+void D3DTextr_SetDebugMode(bool bDebug);