/** * @file gf_directx.h * @~english * @brief DirectX headers * @note User should not include this, this header is used internally */ #ifndef __GF_DIRECTX_H__ #define __GF_DIRECTX_H__ #ifdef _WIN32 #include #endif #if defined(USE_DX11) #include #include #include #endif #endif