[client] overlay: add support for confirmation dialogs

This commit is contained in:
Quantum
2022-03-18 01:35:13 -04:00
committed by Geoffrey McRae
parent f28084e653
commit c55d0a82f2
4 changed files with 62 additions and 10 deletions

View File

@@ -29,7 +29,8 @@
bool overlayMsg_modal(void);
MsgBoxHandle overlayMsg_show(
const char * caption, const char * fmt, va_list args);
const char * caption, MsgBoxConfirmCallback confirm, void * opaque,
const char * fmt, va_list args);
void overlayMsg_close(MsgBoxHandle * handle);