[client] overlay: add record indicator

This commit is contained in:
Quantum
2022-03-19 01:02:04 -04:00
committed by Geoffrey McRae
parent 97cef000fd
commit 1685249f3a
6 changed files with 98 additions and 0 deletions

View File

@@ -673,6 +673,11 @@ void app_msgBoxClose(MsgBoxHandle handle)
overlayMsg_close(handle);
}
void app_showRecord(bool show)
{
overlayRecord_show(show);
}
KeybindHandle app_registerKeybind(int sc, KeybindFn callback, void * opaque, const char * description)
{
// don't allow duplicate binds