summaryrefslogtreecommitdiff
path: root/modules/window/c++/device.hpp
blob: f2524db28e238de8ed6b79e11182a153f11778ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

#include "window.hpp

#include <forstio/async/async.h>
#include <forstio/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;
}
}