blob: 6a28cd57ad60525ba90dfce3e5139cc125b37e22 (
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/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;
}
}
|