ImguiModule

This commit is contained in:
2025-04-09 21:20:09 -05:00
parent 908b00db62
commit 37d9138fa3
5 changed files with 49 additions and 5 deletions

View File

@@ -37,7 +37,8 @@ namespace Archimedes {
void* handle;
std::unordered_map<std::string, std::variant<std::string, Module*>> deps;
std::unordered_map<std::string, Module*> depsInstances;
std::unordered_map<std::string, std::variant<std::string, Module*>> exts;
std::unordered_map<std::string, Module*> moduleInstances;
//std::unordered_map<std::string, std::any> data;
};