feat: custom languages syntax (WIP)

This commit is contained in:
MihailRis
2025-04-13 00:19:38 +03:00
parent 4360cd408b
commit 5253be6c56
18 changed files with 278 additions and 88 deletions
+5
View File
@@ -18,6 +18,10 @@ class Engine;
class Input;
class Window;
namespace devtools {
class Editor;
}
/*
Some info about padding and margin.
Padding is element inner space, margin is outer
@@ -159,5 +163,6 @@ namespace gui {
const Input& getInput() const;
Input& getInput();
Window& getWindow();
devtools::Editor& getEditor();
};
}