mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
api: Moved file extension handling to plugin and added API
This commit is contained in:
@@ -42,6 +42,7 @@ namespace hex {
|
||||
u32 SharedData::dataProcessorAttrIdCounter = 1;
|
||||
|
||||
std::vector<ContentRegistry::DataFormatter::impl::Entry> SharedData::dataFormatters;
|
||||
std::vector<ContentRegistry::FileHandler::impl::Entry> SharedData::fileHandlers;
|
||||
|
||||
std::list<std::string> SharedData::recentFilePaths;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user