[client] imgui: convert help overlay to use imgui

This commit is contained in:
Quantum
2021-07-23 02:36:21 -04:00
committed by Geoffrey McRae
parent 436986d182
commit 036f16b9ef
8 changed files with 152 additions and 59 deletions

View File

@@ -25,6 +25,7 @@
extern struct LG_OverlayOps LGOverlayFPS;
extern struct LG_OverlayOps LGOverlayGraphs;
extern struct LG_OverlayOps LGOverlayHelp;
GraphHandle overlayGraph_register(const char * name, RingBuffer buffer);
void overlayGraph_unregister();