add imgui engine tools (based on imgui menu bar)

This commit is contained in:
2021-01-11 17:45:51 +01:00
parent db07c78815
commit e84e8fc236
7 changed files with 202 additions and 1 deletions

View File

@ -18,7 +18,14 @@
namespace MM {
// fwd
namespace Services {
class ImGuiEngineTools;
}
class Engine {
friend Services::ImGuiEngineTools;
private:
using service_family = entt::family<struct internal_service_family>;