(D3D) Fix two extern declarations
This commit is contained in:
parent
b148bb0c8a
commit
97acc50b6e
|
@ -104,8 +104,8 @@ static unsigned monitor_count;
|
|||
#endif
|
||||
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_HLSL)
|
||||
static void renderchain_deinit_shader(void);
|
||||
static bool renderchain_init_shader(void *data);
|
||||
void renderchain_deinit_shader(void);
|
||||
bool renderchain_init_shader(void *data);
|
||||
|
||||
static void d3d_deinit_shader(void *data)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue