[client] app: move all alert management into overlay/alert.c

This commit is contained in:
Geoffrey McRae
2022-01-08 14:32:13 +11:00
parent db2e38ae4d
commit ad6fa5a504
4 changed files with 56 additions and 29 deletions

View File

@@ -38,6 +38,8 @@ extern struct LG_OverlayOps LGOverlayGraphs;
extern struct LG_OverlayOps LGOverlayHelp;
extern struct LG_OverlayOps LGOverlayConfig;
void overlayAlert_show(LG_MsgAlert type, const char * fmt, va_list args);
GraphHandle overlayGraph_register(const char * name, RingBuffer buffer,
float min, float max);
void overlayGraph_unregister();