feat: project scripts

This commit is contained in:
MihailRis
2025-08-05 23:28:52 +03:00
parent 1e4a7c8ea8
commit 7749da4a85
2 changed files with 19 additions and 0 deletions
+4
View File
@@ -174,4 +174,8 @@ public:
devtools::Editor& getEditor() {
return *editor;
}
const Project& getProject() {
return *project;
}
};