mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
build: Refactor ImHexAPI into multiple separate files
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#include <algorithm>
|
||||
#include <hex/helpers/utils.hpp>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
#include <hex/api/imhex_api/system.hpp>
|
||||
#include <hex/api/localization_manager.hpp>
|
||||
|
||||
#include <hex/helpers/scaling.hpp>
|
||||
#include <hex/helpers/auto_reset.hpp>
|
||||
#include <content/visualizer_helpers.hpp>
|
||||
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
@@ -11,15 +14,12 @@
|
||||
#include <hex/helpers/opengl.hpp>
|
||||
#include <opengl_support.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <numbers>
|
||||
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
#include <hex/api/imhex_api.hpp>
|
||||
#include <hex/api/localization_manager.hpp>
|
||||
#include <numeric>
|
||||
|
||||
#include <romfs/romfs.hpp>
|
||||
#include <numeric>
|
||||
#include <hex/helpers/auto_reset.hpp>
|
||||
|
||||
|
||||
namespace hex::plugin::visualizers {
|
||||
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
#include <hex/helpers/utils.hpp>
|
||||
|
||||
#include <content/visualizer_helpers.hpp>
|
||||
|
||||
#include <imgui.h>
|
||||
#include <hex/api/task_manager.hpp>
|
||||
#include <hex/api/localization_manager.hpp>
|
||||
#include <hex/helpers/http_requests.hpp>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include <hex/helpers/scaling.hpp>
|
||||
|
||||
#include <imgui.h>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <romfs/romfs.hpp>
|
||||
|
||||
namespace hex::plugin::visualizers {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#include <hex/helpers/utils.hpp>
|
||||
|
||||
#include <content/visualizer_helpers.hpp>
|
||||
|
||||
#include <hex/helpers/scaling.hpp>
|
||||
|
||||
#include <implot.h>
|
||||
#include <imgui.h>
|
||||
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
|
||||
#include <pl/patterns/pattern_bitfield.hpp>
|
||||
|
||||
namespace hex::plugin::visualizers {
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
#include <hex/helpers/utils.hpp>
|
||||
|
||||
#include <content/visualizer_helpers.hpp>
|
||||
|
||||
#include <imgui.h>
|
||||
#include <hex/helpers/scaling.hpp>
|
||||
#include <hex/helpers/auto_reset.hpp>
|
||||
|
||||
#include <imgui.h>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
|
||||
namespace hex::plugin::visualizers {
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
#include <hex/helpers/utils.hpp>
|
||||
|
||||
#include <content/visualizer_helpers.hpp>
|
||||
|
||||
#include <implot.h>
|
||||
#include <imgui.h>
|
||||
#include <miniaudio.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <hex/api/task_manager.hpp>
|
||||
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
#include <hex/helpers/scaling.hpp>
|
||||
#include <hex/helpers/utils.hpp>
|
||||
|
||||
namespace hex::plugin::visualizers {
|
||||
|
||||
|
||||
@@ -2,13 +2,12 @@
|
||||
|
||||
#include <content/visualizer_helpers.hpp>
|
||||
|
||||
#include <numbers>
|
||||
#include <hex/helpers/scaling.hpp>
|
||||
|
||||
#include <imgui.h>
|
||||
#include <hex/api/imhex_api.hpp>
|
||||
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
|
||||
#include <numbers>
|
||||
#include <chrono>
|
||||
#include <fmt/chrono.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user