(CocoaGL) Add forward declaration

This commit is contained in:
twinaphex 2021-01-19 07:28:42 +01:00
parent 6011ebd311
commit 55a766b0bc

View File

@ -79,6 +79,9 @@ static unsigned g_gl_major = 0;
static GLKView *glk_view = NULL;
#endif
/* Forward declaration */
CocoaView *cocoaview_get(void);
static uint32_t cocoa_gl_gfx_ctx_get_flags(void *data)
{
uint32_t flags = 0;