new widgets

This commit is contained in:
IlyaShurupov 2024-06-19 22:17:18 +03:00 committed by Ilya Shurupov
parent 5cc982fa00
commit 285ca80b4b
18 changed files with 373 additions and 43 deletions

View file

@ -12,7 +12,7 @@ namespace tp {
~Window();
public:
static Window* createWindow(Vec2F size = { 1000.f, 900.f }, const char* title = "Window");
static Window* createWindow(Vec2F size = { 500.f, 500.f }, const char* title = "Window");
static void destroyWindow(Window* window);
public: