allow static dependencies

This commit is contained in:
2025-03-30 12:01:49 -05:00
parent 6de0e30313
commit a7b809d538
6 changed files with 12 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ namespace Archimedes {
std::list<std::string> toOpen;
Module* dynamicLoad(std::string);
virtual bool load(std::string, std::list<std::string>);
virtual bool load(Module*, std::list<std::string>);
virtual void unload(std::list<Module*>::iterator);