mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-10 01:10:27 +00:00
12 lines
135 B
C
12 lines
135 B
C
|
#ifndef __D3D12_IMPL_H__
|
||
|
#define __D3D12_IMPL_H__
|
||
|
|
||
|
namespace impl
|
||
|
{
|
||
|
namespace d3d12
|
||
|
{
|
||
|
void init();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#endif // __D3D12_IMPL_H__
|