patterns: Add optimization for arrays of statically sized types

This commit is contained in:
WerWolv
2021-09-06 20:35:38 +02:00
parent 6879cf765f
commit ee7c6a91a7
13 changed files with 330 additions and 65 deletions

View File

@@ -1,8 +1,9 @@
#include "views/view_hexeditor.hpp"
#include <hex/providers/provider.hpp>
#include <hex/api/imhex_api.hpp>
#include <hex/providers/provider.hpp>
#include <hex/helpers/crypto.hpp>
#include <hex/lang/pattern_data.hpp>
#include "providers/file_provider.hpp"
#include "helpers/patches.hpp"