mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: Rename font definition files
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
#include <content/popups/popup_docs_question.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <romfs/romfs.hpp>
|
||||
#include <wolv/utils/string.hpp>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <hex/api/content_registry.hpp>
|
||||
#include <hex/api/task_manager.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <content/providers/view_provider.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <filesystem>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <hex/helpers/logger.hpp>
|
||||
#include <hex/helpers/default_paths.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
#include <ui/pattern_drawer.hpp>
|
||||
#include <ui/visualizer_drawer.hpp>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <hex/providers/buffered_reader.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <array>
|
||||
#include <ranges>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#include <content/providers/view_provider.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <popups/popup_file_chooser.hpp>
|
||||
#include <content/popups/popup_blocking_task.hpp>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <hex/api/project_file_manager.hpp>
|
||||
#include <wolv/utils/guards.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <hex/api/content_registry.hpp>
|
||||
#include <hex/helpers/logger.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <hex/api/content_registry.hpp>
|
||||
#include <hex/providers/memory_provider.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <pl/patterns/pattern.hpp>
|
||||
#include <wolv/utils/lock.hpp>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "content/views/view_pattern_editor.hpp"
|
||||
#include "fonts/blendericons_font.h"
|
||||
#include <fonts/blender_icons.hpp>
|
||||
|
||||
#include <hex/api/content_registry.hpp>
|
||||
#include <hex/api/project_file_manager.hpp>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include <popups/popup_question.hpp>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <hex/api/theme_manager.hpp>
|
||||
|
||||
#include <wolv/io/file.hpp>
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <hex/api/content_registry.hpp>
|
||||
#include <hex/api/layout_manager.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <hex/api/tutorial_manager.hpp>
|
||||
#include <hex/api/task_manager.hpp>
|
||||
|
||||
#include <fonts/codicons_font.h>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
|
||||
#include <ranges>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user