fix: Move visualizer drawer to correct library

This commit is contained in:
WerWolv
2024-11-29 17:37:02 +01:00
parent 72822d03aa
commit caae5c9711
7 changed files with 8 additions and 13 deletions

View File

@@ -1,15 +1,12 @@
#pragma once
#include <hex/ui/view.hpp>
#include <hex/ui/visualizer_drawer.hpp>
#include <ui/visualizer_drawer.hpp>
#include <hex/api/content_registry.hpp>
#include <hex/api/task_manager.hpp>
#include <wolv/io/file.hpp>
#include <bit>
#include <cstdio>
#include <string>
namespace hex::plugin::builtin {