#include #include #include #include namespace hex::plugin::decompress { void registerPatternLanguageFunctions(); } using namespace hex; using namespace hex::plugin::decompress; IMHEX_PLUGIN_SETUP("Decompressing", "WerWolv", "Support for decompressing data") { hex::log::debug("Using romfs: '{}'", romfs::name()); registerPatternLanguageFunctions(); }