mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
impr: Restructure various components much better (#1520)
This commit is contained in:
16
plugins/fonts/source/library_fonts.cpp
Normal file
16
plugins/fonts/source/library_fonts.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include <hex/plugin.hpp>
|
||||
|
||||
#include <hex/api/content_registry.hpp>
|
||||
#include <hex/helpers/logger.hpp>
|
||||
|
||||
#include <romfs/romfs.hpp>
|
||||
|
||||
namespace hex::fonts {
|
||||
void loadFonts();
|
||||
}
|
||||
|
||||
IMHEX_LIBRARY_SETUP("Fonts") {
|
||||
hex::log::debug("Using romfs: '{}'", romfs::name());
|
||||
|
||||
hex::fonts::loadFonts();
|
||||
}
|
||||
Reference in New Issue
Block a user