aboutsummaryrefslogtreecommitdiff
path: root/src/window/Window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window/Window.cpp')
-rw-r--r--src/window/Window.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/window/Window.cpp b/src/window/Window.cpp
index cf6f64b..339df71 100644
--- a/src/window/Window.cpp
+++ b/src/window/Window.cpp
@@ -185,4 +185,8 @@ namespace mgl {
WindowHandle Window::get_system_handle() const {
return window.window;
}
+
+ mgl_window* Window::internal_window() {
+ return &window;
+ }
} \ No newline at end of file