feat: working parameter creation

This commit is contained in:
parker
2025-07-23 16:57:27 +01:00
parent 52548a3d58
commit c08fd4e7e8
14 changed files with 89 additions and 34 deletions

View File

@@ -11,5 +11,6 @@ struct OpInfo
std::string displayName;
enzo::nt::opConstructor ctorFunc;
enzo::prm::Template* templates;
size_t templatesSize;
};
}