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