feat: custom languages syntax (WIP)
This commit is contained in:
@@ -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();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user