views: Added constants search view

This commit is contained in:
WerWolv
2021-06-26 01:18:33 +02:00
parent 1e1cdb0ef0
commit 35c7f826bc
7 changed files with 164 additions and 1 deletions

View File

@@ -229,7 +229,8 @@ namespace hex {
Plugins,
Yara,
Config,
Resources
Resources,
Constants
};
std::vector<std::string> getPath(ImHexPath path);