mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-07 07:46:19 +01:00
7 lines
117 B
C
7 lines
117 B
C
|
#include "d3d9_include.h"
|
||
|
|
||
|
namespace dxvk {
|
||
|
|
||
|
std::ostream& operator << (std::ostream& os, D3DRENDERSTATETYPE e);
|
||
|
|
||
|
}
|