summaryrefslogtreecommitdiff
path: root/modules/window-opengl/gl_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/window-opengl/gl_window.h')
-rw-r--r--modules/window-opengl/gl_window.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/window-opengl/gl_window.h b/modules/window-opengl/gl_window.h
new file mode 100644
index 0000000..3bb9f83
--- /dev/null
+++ b/modules/window-opengl/gl_window.h
@@ -0,0 +1,8 @@
+#pragma once
+
+namespace saw {
+namespace gfx {
+template<typename T>
+class gpu_window;
+}
+}