Add action queue tab

This commit is contained in:
WarmUpTill
2024-04-29 19:28:56 +02:00
committed by WarmUpTill
parent 604a27141f
commit 44fc5177d6
6 changed files with 305 additions and 2 deletions

View File

@@ -6,6 +6,11 @@ namespace advss {
static std::deque<std::shared_ptr<Item>> queues;
std::deque<std::shared_ptr<Item>> &GetActionQueues()
{
return queues;
}
void SetupActionQueues()
{
static bool done = false;