#pragma once #include #include #include namespace hex { namespace fs = std::filesystem; enum class ImHexPath { Patterns, PatternsInclude, Magic, Python, Plugins, Yara, Config, Resources, Constants, Encodings, Logs }; std::string getExecutablePath(); std::vector getPath(ImHexPath path, bool listNonExisting = false); }