add sound tools

This commit is contained in:
2021-01-11 19:33:20 +01:00
parent 3471b949cc
commit 8e8ac6c0be
8 changed files with 119 additions and 10 deletions

View File

@@ -7,9 +7,6 @@
#include <imgui/imgui.h>
#include <mm/logger.hpp>
#define LOGIGS(x) LOG("ImGuiSceneToolsService", x)
namespace MM::Services {
bool ImGuiEngineTools::enable(Engine& engine) {