summaryrefslogtreecommitdiff
path: root/modules/window/device.h
blob: 7d3cdb1a53f32524bc38b9e42cf6fe05299270bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
}
}