HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
TTauriIconParser.hpp
1// Copyright 2019 Pokitec
2// All rights reserved.
3
4#pragma once
5
6#include <nonstd/span>
7
8namespace tt {
9class URL;
10}
11
12namespace tt {
13
14struct Path;
15
16Path parseTTauriIcon(nonstd::span<std::byte const> bytes);
17
18}