mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 01:21:26 +00:00
8 lines
No EOL
137 B
C++
8 lines
No EOL
137 B
C++
#ifndef DXGI_LOADER_H
|
|
#define DXGI_LOADER_H
|
|
|
|
#include <dxgi1_2.h>
|
|
|
|
HRESULT dyn_CreateDXGIFactory1(REFIID riid, void **ppFactory);
|
|
|
|
#endif |