mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 03:51:46 +00:00
12 lines
168 B
C
12 lines
168 B
C
#ifdef RAPI_D3D11
|
|
|
|
#ifndef GFX_DIRECT3D11_H
|
|
#define GFX_DIRECT3D11_H
|
|
|
|
#include "gfx_rendering_api.h"
|
|
|
|
extern struct GfxRenderingAPI gfx_direct3d11_api;
|
|
|
|
#endif
|
|
|
|
#endif
|