1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-24 18:39:59 +00:00

Add function prototype to cocoa_common.h

This commit is contained in:
twinaphex 2019-02-10 02:13:57 +01:00
parent 5733ed9a29
commit b9db1c1702

@ -176,4 +176,6 @@ extern apple_frontend_settings_t apple_frontend_settings;
#define UNSAFE_UNRETAINED
#endif
void *get_chosen_screen(void);
#endif