MangoHud/src/kiero/d3d12_impl.h

12 lines
135 B
C
Raw Normal View History

2020-05-01 16:44:59 +00:00
#ifndef __D3D12_IMPL_H__
#define __D3D12_IMPL_H__
namespace impl
{
namespace d3d12
{
void init();
}
}
#endif // __D3D12_IMPL_H__