mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 00:20:54 +01:00
9 lines
182 B
C
9 lines
182 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <Windows.h>
|
||
|
|
#include <d3d11.h>
|
||
|
|
|
||
|
|
bool IsNvidiaOverlayLoaded();
|
||
|
|
|
||
|
|
HRESULT CreateEarlyDxDevice(ID3D11Device** appOutDevice, D3D_FEATURE_LEVEL* apOutFeatureLevel);
|