summaryrefslogtreecommitdiff
path: root/c++/window/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/window/device.h')
-rw-r--r--c++/window/device.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/c++/window/device.h b/c++/window/device.h
new file mode 100644
index 0000000..7d3cdb1
--- /dev/null
+++ b/c++/window/device.h
@@ -0,0 +1,18 @@
+#pragma once
+
+#include "window.h"
+
+#include <forstio/async/async.h>
+#include <forstio/core/common.h>
+#include <forstio/codec/data.h>
+#include <forstio/io/io.h>
+
+#include <string_view>
+#include <variant>
+
+namespace saw {
+namespace gfx {
+template<typename T>
+class device;
+}
+}