Fix Unix backend build

This commit is contained in:
Cacodemon345
2022-07-07 17:21:30 +06:00
parent d32849b41f
commit dec057020d

View File

@@ -516,3 +516,6 @@ wchar_t* ui_window_title(wchar_t* str)
#endif #endif
return str; return str;
} }
void ui_init_monitor(int monitor_index) {}
void ui_deinit_monitor(int monitor_index) {}