mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(CocoaGL) Add forward declaration
This commit is contained in:
parent
6011ebd311
commit
55a766b0bc
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user