win_ui: Add two missing functions

This commit is contained in:
Cacodemon345
2022-07-07 16:50:52 +06:00
parent d7e32aa2ff
commit d32849b41f

View File

@@ -1580,3 +1580,6 @@ plat_mouse_capture(int on)
mouse_capture = 0;
}
}
void ui_init_monitor(int monitor_index) {}
void ui_deinit_monitor(int monitor_index) {}