GoldFish Engine
Quite simple and lightweight game engine
Loading...
Searching...
No Matches
gf_directx.h
Go to the documentation of this file.
1
8#ifndef __GF_DIRECTX_H__
9#define __GF_DIRECTX_H__
10
11#ifdef _WIN32
12#include <windows.h>
13#endif
14#if defined(USE_DX11)
15#include <d3d11.h>
16#include <dxgi1_3.h>
17#include <d3dcompiler.h>
18#endif
19
20#endif