refactor: add Window interface

This commit is contained in:
MihailRis
2025-04-02 14:59:53 +03:00
parent cd5c6a889c
commit 9694a59649
31 changed files with 859 additions and 923 deletions
+2
View File
@@ -17,6 +17,7 @@ class Batch2D;
struct CursorState;
class Engine;
class Input;
class Window;
/*
Some info about padding and margin.
@@ -158,5 +159,6 @@ namespace gui {
void toggleDebug();
const Input& getInput() const;
Input& getInput();
Window& getWindow();
};
}