More fixes

This commit is contained in:
Ryzerth
2020-09-24 19:36:57 +02:00
parent 51ee02f9da
commit 48a8b04eaa
18 changed files with 372 additions and 252 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
#include <imgui/imgui.h>
#include <string>
#include <vector>
#include <map>
@@ -19,5 +20,7 @@ public:
std::vector<std::string> order;
private:
bool isInOrderList(std::string name);
std::map<std::string, MenuItem_t> items;
};