[client] imgui: support registering new graphs

Currently, our struct ll doesn't support removing elements from the middle,
so we will not be removing anything for now.
This commit is contained in:
Quantum
2021-07-17 22:31:11 -04:00
committed by Geoffrey McRae
parent a4bf3c8088
commit 15bc6a1509
4 changed files with 68 additions and 54 deletions

View File

@@ -47,7 +47,8 @@ struct AppState
{
enum RunState state;
ImGuiIO * io;
ImGuiIO * io;
struct ll * graphs;
struct LG_DisplayServerOps * ds;
bool dsInitialized;