add iframe ui element

This commit is contained in:
MihailRis
2025-04-19 18:31:12 +03:00
parent 6a7e71c614
commit 71d3756902
5 changed files with 95 additions and 2 deletions
+1
View File
@@ -164,5 +164,6 @@ namespace gui {
Input& getInput();
Window& getWindow();
devtools::Editor& getEditor();
Engine& getEngine();
};
}