mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-21 02:52:10 +01:00
9 lines
160 B
C++
9 lines
160 B
C++
#include "d3d8_device.h"
|
|
|
|
namespace dxvk {
|
|
|
|
D3D8Multithread::D3D8Multithread(
|
|
BOOL Protected)
|
|
: m_protected( Protected ) { }
|
|
|
|
} |