mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 08:20:02 -05:00
feat: Implemented full script loader API in python
This commit is contained in:
@@ -17,12 +17,7 @@ namespace hex::script::loader {
|
||||
bool loadAll() override;
|
||||
|
||||
private:
|
||||
struct Script {
|
||||
void *module;
|
||||
void *mainFunction;
|
||||
};
|
||||
|
||||
std::vector<Script> m_scripts;
|
||||
std::vector<void*> m_loadedModules;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user