mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
feat: Added support for adding custom providers through C#
This commit is contained in:
@@ -17,7 +17,8 @@ namespace hex::script::loader {
|
||||
bool loadAll() override;
|
||||
|
||||
private:
|
||||
std::function<bool(const std::fs::path&)> m_loadAssembly;
|
||||
std::function<int(const std::string &, bool, const std::fs::path&)> m_runMethod;
|
||||
std::function<bool(const std::string &, const std::fs::path&)> m_methodExists;
|
||||
std::fs::path::string_type m_assemblyLoaderPathString;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user