it at least does something

This commit is contained in:
Dynamitos
2025-02-28 16:56:51 +09:00
parent f73cc61693
commit 67b4a533f2
40 changed files with 440 additions and 413 deletions
+1
View File
@@ -20,6 +20,7 @@ class Window : public Gfx::Window {
public:
Window(PGraphics graphics, const WindowCreateInfo& createInfo);
virtual ~Window();
virtual void show() override;
virtual void pollInput() override;
virtual void beginFrame() override;
virtual void endFrame() override;