From 0631fb666d2a28a6eb9b8d1578675699b41a5de6 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 4 Oct 2022 01:18:19 +0200 Subject: Cube Rendering --- src/Window.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Window.hpp') diff --git a/src/Window.hpp b/src/Window.hpp index acd39fe..5a2b640 100644 --- a/src/Window.hpp +++ b/src/Window.hpp @@ -12,6 +12,8 @@ public: GLFWwindow* get(); + void on_size_change(void (* callback)(GLFWwindow*, int, int)); + void close(); void start_frame(); @@ -19,6 +21,7 @@ public: bool should_close(); private: GLFWwindow* m_window; + }; } \ No newline at end of file -- cgit 1.4.1