feat: custom languages syntax (WIP)
This commit is contained in:
@@ -364,3 +364,7 @@ Input& GUI::getInput() {
|
||||
Window& GUI::getWindow() {
|
||||
return engine.getWindow();
|
||||
}
|
||||
|
||||
devtools::Editor& GUI::getEditor() {
|
||||
return engine.getEditor();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user