Put extern prototype inside ui_win32_window.h header
This commit is contained in:
parent
d739e4771e
commit
efc8df02f0
|
@ -44,6 +44,8 @@ void ui_window_win32_set_focused(void *data);
|
||||||
|
|
||||||
void ui_window_win32_destroy(void *data);
|
void ui_window_win32_destroy(void *data);
|
||||||
|
|
||||||
|
void ui_window_win32_set_title(void *data, char *buf);
|
||||||
|
|
||||||
RETRO_END_DECLS
|
RETRO_END_DECLS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue