#pragma once #ifndef __D3D11_IMPL_H__ #define __D3D11_IMPL_H__ #include namespace impl { namespace d3d11 { void init(); } } long __stdcall hkPresent11(IDXGISwapChain* pSwapChain, UINT SyncInterval, UINT Flags); #endif // __D3D11_IMPL_H__