diff options
Diffstat (limited to 'c++/window-opengl/gl_backends.h')
-rw-r--r-- | c++/window-opengl/gl_backends.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/c++/window-opengl/gl_backends.h b/c++/window-opengl/gl_backends.h new file mode 100644 index 0000000..0af10fc --- /dev/null +++ b/c++/window-opengl/gl_backends.h @@ -0,0 +1,12 @@ +#pragma once + +namespace saw { +namespace gfx { +namespace gl { +namespace backend { +struct linux_xcb {}; +struct wasm {}; +} +} +} +} |