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