mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -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)";
|
||||
|
||||
Reference in New Issue
Block a user