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
+4
View File
@@ -368,3 +368,7 @@ Window& GUI::getWindow() {
devtools::Editor& GUI::getEditor() {
return engine.getEditor();
}
Engine& GUI::getEngine() {
return engine;
}