mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
build: Refactor ImHexAPI into multiple separate files
This commit is contained in:
@@ -6,13 +6,10 @@
|
||||
|
||||
#include <imgui.h>
|
||||
#include <fonts/fonts.hpp>
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <hex/api/task_manager.hpp>
|
||||
#include <hex/ui/imgui_imhex_extensions.h>
|
||||
#include <romfs/romfs.hpp>
|
||||
|
||||
#include "hex/api/imhex_api.hpp"
|
||||
|
||||
namespace hex::fonts {
|
||||
constexpr static auto PixelPerfectFontName = "Pixel-Perfect Default Font (Proggy Clean)";
|
||||
constexpr static auto SmoothFontName = "Smooth Default Font (JetBrains Mono)";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <hex/api/imhex_api.hpp>
|
||||
#include <hex/api/imhex_api/fonts.hpp>
|
||||
|
||||
#include <fonts/fonts.hpp>
|
||||
#include <romfs/romfs.hpp>
|
||||
|
||||
Reference in New Issue
Block a user