mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Add prototypes
This commit is contained in:
parent
75781bb256
commit
4a649695a5
@ -45,6 +45,8 @@ void ui_window_cocoa_set_title(void *data, char *buf);
|
||||
|
||||
void ui_window_cocoa_set_droppable(void *data, bool droppable);
|
||||
|
||||
bool ui_window_cocoa_focused(void *data);
|
||||
|
||||
RETRO_END_DECLS
|
||||
|
||||
#endif
|
||||
|
@ -48,6 +48,8 @@ void ui_window_win32_set_title(void *data, char *buf);
|
||||
|
||||
void ui_window_win32_set_droppable(void *data, bool droppable);
|
||||
|
||||
bool ui_window_win32_focused(void *data);
|
||||
|
||||
RETRO_END_DECLS
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user