More Coding Stuff. Yey!

This commit is contained in:
Anemunt
2025-12-13 17:08:08 -05:00
parent 5543e19531
commit cf63b25b16
10 changed files with 326 additions and 8 deletions

View File

@@ -87,6 +87,7 @@ struct ScriptComponent {
std::string path;
std::vector<ScriptSetting> settings;
std::string lastBinaryPath;
std::vector<void*> activeIEnums; // function pointers registered via IEnum_Start
};
class SceneObject {