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