summaryrefslogtreecommitdiff
path: root/c++/window-opengl/gl_window.h
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2023-08-09 20:25:16 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2023-08-09 20:25:16 +0200
commitb49d590153658e77d284e0b87d3cabe65fd37730 (patch)
treea9a4269921d6011d6dacf4b2a843ca7545e5bb0d /c++/window-opengl/gl_window.h
parentb04f831e7bc9513183127d1c3918789fb0696fff (diff)
c++,window-opengl: Initial module commit
Diffstat (limited to 'c++/window-opengl/gl_window.h')
-rw-r--r--c++/window-opengl/gl_window.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/c++/window-opengl/gl_window.h b/c++/window-opengl/gl_window.h
new file mode 100644
index 0000000..e4ee6aa
--- /dev/null
+++ b/c++/window-opengl/gl_window.h
@@ -0,0 +1,7 @@
+#pragma once
+
+namespace saw {
+namespace gfx {
+class gl_window;
+}
+}