diff options
Diffstat (limited to 'modules/window-opengl/gl_window.h')
-rw-r--r-- | modules/window-opengl/gl_window.h | 8 |
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; +} +} |