uinode:add method fix + gui.reindex(document_name)

This commit is contained in:
MihailRis
2024-04-03 18:59:58 +03:00
parent e456b77143
commit e57b0eca15
9 changed files with 81 additions and 44 deletions
+3
View File
@@ -41,6 +41,9 @@ namespace scripting {
~Environment();
int getId() const;
// @brief Release namespace control
void release();
};
void initialize(Engine* engine);