mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-12-07 12:56:34 +01:00
cleanup includes, primarily artifacts of the updatestrat refactor
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
#include "./sound_tools.hpp"
|
||||
#include <mm/imgui/sound_info.hpp>
|
||||
|
||||
#include <mm/engine.hpp>
|
||||
#include <entt/core/hashed_string.hpp>
|
||||
#include <mm/services/sound_service.hpp>
|
||||
#include <mm/imgui/sound_info.hpp>
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
|
||||
#include <mm/services/sound_service.hpp>
|
||||
|
||||
#include <mm/logger.hpp>
|
||||
#define LOGIGS(x) LOG("ImGuiSceneToolsService", x)
|
||||
|
||||
@@ -39,6 +37,7 @@ namespace MM::Services {
|
||||
task_array.push_back(
|
||||
UpdateStrategies::TaskInfo{"ImGuiSoundTools::render"}
|
||||
.fn([this](Engine& e){ renderImGui(e); })
|
||||
.phase(UpdateStrategies::update_phase_t::PRE)
|
||||
.succeed("ImGuiMenuBar::render")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user