You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/src/win/d3d11_hook.h

13 lines
136 B
C++

#ifndef __D3D11_IMPL_H__
#define __D3D11_IMPL_H__
namespace impl
{
namespace d3d11
{
void init();
}
}
#endif // __D3D11_IMPL_H__